document additional flag of RM_GetContextFlags
This commit is contained in:
parent
58bcc05b1d
commit
31625ad5b1
@ -1359,6 +1359,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user