mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Replication: log backlog creation event.
This commit is contained in:
@@ -748,6 +748,9 @@ void syncCommand(client *c) {
|
||||
changeReplicationId();
|
||||
clearReplicationId2();
|
||||
createReplicationBacklog();
|
||||
serverLog(LL_NOTICE,"Replication backlog created, my new "
|
||||
"replication IDs are '%s' and '%s'",
|
||||
server.replid, server.replid2);
|
||||
}
|
||||
|
||||
/* CASE 1: BGSAVE is in progress, with disk target. */
|
||||
|
||||
Reference in New Issue
Block a user