Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
cedcc54e
Commit
cedcc54e
authored
Mar 13, 2019
by
swilly22
Committed by
antirez
Mar 13, 2019
Browse files
document additional flag of RM_GetContextFlags
parent
26e98da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
cedcc54e
...
@@ -1358,6 +1358,9 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
...
@@ -1358,6 +1358,9 @@ int RM_GetSelectedDb(RedisModuleCtx *ctx) {
*
*
* * REDISMODULE_CTX_FLAGS_MULTI: The command is running inside a transaction
* * REDISMODULE_CTX_FLAGS_MULTI: The command is running inside a transaction
*
*
* * REDISMODULE_CTX_FLAGS_REPLICATED: The command was sent over the replication
* link by the MASTER
*
* * REDISMODULE_CTX_FLAGS_MASTER: The Redis instance is a master
* * REDISMODULE_CTX_FLAGS_MASTER: The Redis instance is a master
*
*
* * REDISMODULE_CTX_FLAGS_SLAVE: The Redis instance is a slave
* * REDISMODULE_CTX_FLAGS_SLAVE: The Redis instance is a slave
...
...
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