mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +00:00
Merge pull request #4761 from WJWH/minor-typos
Fix some minor typos in comments
This commit is contained in:
@ -3208,7 +3208,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