mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
More typos
This commit is contained in:
parent
dcffca0a31
commit
dda8cc1821
@ -1800,7 +1800,7 @@ void backgroundSaveDoneHandlerDisk(int exitcode, int bysignal) {
|
||||
}
|
||||
|
||||
/* A background saving child (BGSAVE) terminated its work. Handle this.
|
||||
* This function covers the case of RDB -> Salves socket transfers for
|
||||
* This function covers the case of RDB -> Slaves socket transfers for
|
||||
* diskless replication. */
|
||||
void backgroundSaveDoneHandlerSocket(int exitcode, int bysignal) {
|
||||
uint64_t *ok_slaves;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user