From 2d30afc45fac6d0dcb0e5e12ebdf197d4c77649a Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Thu, 14 Nov 2019 09:09:10 +0200 Subject: [PATCH] module docs, missing LOADING flag --- src/module.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/module.c b/src/module.c index ad34e7b64..ceb18a557 100644 --- a/src/module.c +++ b/src/module.c @@ -1749,6 +1749,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