mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 03:01:20 +00:00
More typos
This commit is contained in:
@ -2193,7 +2193,7 @@ void preventCommandReplication(client *c) {
|
||||
* CMD_CALL_STATS Populate command stats.
|
||||
* CMD_CALL_PROPAGATE_AOF Append command to AOF if it modified the dataset
|
||||
* or if the client flags are forcing propagation.
|
||||
* CMD_CALL_PROPAGATE_REPL Send command to salves if it modified the dataset
|
||||
* CMD_CALL_PROPAGATE_REPL Send command to slaves if it modified the dataset
|
||||
* or if the client flags are forcing propagation.
|
||||
* CMD_CALL_PROPAGATE Alias for PROPAGATE_AOF|PROPAGATE_REPL.
|
||||
* CMD_CALL_FULL Alias for SLOWLOG|STATS|PROPAGATE.
|
||||
|
Reference in New Issue
Block a user