Commit 2d30afc4 authored by Oran Agra's avatar Oran Agra
Browse files

module docs, missing LOADING flag

parent 0f026af1
...@@ -1749,6 +1749,8 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) { ...@@ -1749,6 +1749,8 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
* * REDISMODULE_CTX_FLAGS_OOM_WARNING: Less than 25% of memory remains before * * REDISMODULE_CTX_FLAGS_OOM_WARNING: Less than 25% of memory remains before
* reaching the maxmemory level. * reaching the maxmemory level.
* *
* * REDISMODULE_CTX_FLAGS_LOADING: Server is loading RDB/AOF
*
* * REDISMODULE_CTX_FLAGS_REPLICA_IS_STALE: No active link with the master. * * REDISMODULE_CTX_FLAGS_REPLICA_IS_STALE: No active link with the master.
* *
* * REDISMODULE_CTX_FLAGS_REPLICA_IS_CONNECTING: The replica is trying to * * REDISMODULE_CTX_FLAGS_REPLICA_IS_CONNECTING: The replica is trying to
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment