Skip to content

Add sst-based rdb operation context-flag#83

Merged
meiravgri merged 4 commits intomasterfrom
razmon-add_disk_context_flag
Feb 16, 2026
Merged

Add sst-based rdb operation context-flag#83
meiravgri merged 4 commits intomasterfrom
razmon-add_disk_context_flag

Conversation

@meiravgri
Copy link
Copy Markdown
Collaborator

No description provided.

@meiravgri meiravgri requested a review from raz-mon February 15, 2026 16:41
redismodule.h Outdated
Comment on lines +224 to +228
/* Redis is out of ram according to the max-ram flag. */
#define REDISMODULE_CTX_FLAGS_OOR (1<<30)
/* Redis is currently loading, saving or preparing a partial RDB file that goes along with sst files. */
#define REDISMODULE_CTX_FLAGS_SST_RDB (1<<29)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be in [redismodule-rlec.h](https://github.com/RedisLabsModules/RedisModulesSDK/blob/master/redismodule-rlec.h), nicely spotted by you :)

@meiravgri meiravgri merged commit c7b1e1f into master Feb 16, 2026
@meiravgri meiravgri deleted the razmon-add_disk_context_flag branch February 16, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants