mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
module docs, missing LOADING flag
This commit is contained in:
parent
0f026af185
commit
2d30afc45f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user