Commit ecf51b0b authored by Oran Agra's avatar Oran Agra
Browse files

RM_GetContextFlags - document missing flags (#7821)


(cherry picked from commit 26ca04a8)
parent 9d0388a0
......@@ -1922,6 +1922,12 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
*
* * REDISMODULE_CTX_FLAGS_ACTIVE_CHILD: There is currently some background
* process active (RDB, AUX or module).
*
* * REDISMODULE_CTX_FLAGS_MULTI_DIRTY: The next EXEC will fail due to dirty
* CAS (touched keys).
*
* * REDISMODULE_CTX_FLAGS_IS_CHILD: Redis is currently running inside
* background child process.
*/
int RM_GetContextFlags(RedisModuleCtx *ctx) {
......
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