mirror of https://github.com/redis/redis.git
fix comment typo in server.c
This commit is contained in:
parent
ffde73c57d
commit
f866b4a456
|
@ -2292,7 +2292,7 @@ void call(client *c, int flags) {
|
||||||
if (c->flags & CLIENT_FORCE_AOF) propagate_flags |= PROPAGATE_AOF;
|
if (c->flags & CLIENT_FORCE_AOF) propagate_flags |= PROPAGATE_AOF;
|
||||||
|
|
||||||
/* However prevent AOF / replication propagation if the command
|
/* However prevent AOF / replication propagation if the command
|
||||||
* implementatino called preventCommandPropagation() or similar,
|
* implementation called preventCommandPropagation() or similar,
|
||||||
* or if we don't have the call() flags to do so. */
|
* or if we don't have the call() flags to do so. */
|
||||||
if (c->flags & CLIENT_PREVENT_REPL_PROP ||
|
if (c->flags & CLIENT_PREVENT_REPL_PROP ||
|
||||||
!(flags & CMD_CALL_PROPAGATE_REPL))
|
!(flags & CMD_CALL_PROPAGATE_REPL))
|
||||||
|
|
Loading…
Reference in New Issue