mirror of https://mirror.osredm.com/root/redis.git
Replication: log backlog creation event.
This commit is contained in:
parent
091fb64681
commit
7d35939206
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue