Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
26ca04a8
Unverified
Commit
26ca04a8
authored
Sep 22, 2020
by
Oran Agra
Committed by
GitHub
Sep 22, 2020
Browse files
RM_GetContextFlags - document missing flags (#7821)
parent
1980f639
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
26ca04a8
...
@@ -1917,6 +1917,12 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
...
@@ -1917,6 +1917,12 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
*
*
* * REDISMODULE_CTX_FLAGS_ACTIVE_CHILD: There is currently some background
* * REDISMODULE_CTX_FLAGS_ACTIVE_CHILD: There is currently some background
* process active (RDB, AUX or module).
* 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) {
int RM_GetContextFlags(RedisModuleCtx *ctx) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment