Merge pull request #6577 from oranagra/module_doc

module docs, missing LOADING flag
This commit is contained in:
Salvatore Sanfilippo 2019-11-19 11:02:58 +01:00 committed by GitHub
commit 1530a3cfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1748,6 +1748,8 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
* * REDISMODULE_CTX_FLAGS_OOM_WARNING: Less than 25% of memory remains before
* 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_CONNECTING: The replica is trying to