mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
RESP3: addReplyString() -> addReplyProto().
The function naming was totally nuts. Let's fix it as we break PRs anyway with RESP3 refactoring and changes.
This commit is contained in:
@ -296,7 +296,7 @@ void replicationFeedSlavesFromMasterStream(list *slaves, char *buf, size_t bufle
|
||||
|
||||
/* Don't feed slaves that are still waiting for BGSAVE to start */
|
||||
if (slave->replstate == SLAVE_STATE_WAIT_BGSAVE_START) continue;
|
||||
addReplyString(slave,buf,buflen);
|
||||
addReplyProto(slave,buf,buflen);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user