update RM_SignalModifiedKey doc comment
This commit is contained in:
parent
44ac202fbf
commit
3795aaf42a
@ -890,7 +890,8 @@ void RM_SetModuleOptions(RedisModuleCtx *ctx, int options) {
|
|||||||
ctx->module->options = options;
|
ctx->module->options = options;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Signals that the key is modified from user's perspective (i.e. invalidate WATCH). */
|
/* Signals that the key is modified from user's perspective (i.e. invalidate WATCH
|
||||||
|
* and client side caching). */
|
||||||
int RM_SignalModifiedKey(RedisModuleCtx *ctx, RedisModuleString *keyname) {
|
int RM_SignalModifiedKey(RedisModuleCtx *ctx, RedisModuleString *keyname) {
|
||||||
signalModifiedKey(ctx->client->db,keyname);
|
signalModifiedKey(ctx->client->db,keyname);
|
||||||
return REDISMODULE_OK;
|
return REDISMODULE_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user