mirror of https://mirror.osredm.com/root/redis.git
Disconnect timedout slave: regression introduced with diskless repl.
This commit is contained in:
parent
5a526c22cc
commit
f5c6ebbfe3
|
@ -2005,6 +2005,7 @@ void replicationCron(void) {
|
|||
{
|
||||
redisLog(REDIS_WARNING, "Disconnecting timedout slave: %s",
|
||||
replicationGetSlaveName(slave));
|
||||
freeClient(slave);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue