mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
PSYNC: work in progress, preview #2, rebased to unstable.
This commit is contained in:
@ -108,8 +108,7 @@ void execCommandReplicateMulti(redisClient *c) {
|
||||
|
||||
if (server.aof_state != REDIS_AOF_OFF)
|
||||
feedAppendOnlyFile(server.multiCommand,c->db->id,&multistring,1);
|
||||
if (listLength(server.slaves))
|
||||
replicationFeedSlaves(server.slaves,c->db->id,&multistring,1);
|
||||
replicationFeedSlaves(server.slaves,c->db->id,&multistring,1);
|
||||
decrRefCount(multistring);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user