mirror of https://github.com/redis/redis.git
Fix a typo: replicationFeedSlavesFromMaster() => replicationFeedSlavesFromMasterStream()
This commit is contained in:
parent
72d43ef029
commit
3ab769941d
|
@ -169,7 +169,7 @@ void feedReplicationBacklogWithObject(robj *o) {
|
||||||
* as well. This function is used if the instance is a master: we use
|
* as well. This function is used if the instance is a master: we use
|
||||||
* the commands received by our clients in order to create the replication
|
* the commands received by our clients in order to create the replication
|
||||||
* stream. Instead if the instance is a slave and has sub-slaves attached,
|
* stream. Instead if the instance is a slave and has sub-slaves attached,
|
||||||
* we use replicationFeedSlavesFromMaster() */
|
* we use replicationFeedSlavesFromMasterStream() */
|
||||||
void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) {
|
void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) {
|
||||||
listNode *ln;
|
listNode *ln;
|
||||||
listIter li;
|
listIter li;
|
||||||
|
|
Loading…
Reference in New Issue