mirror of
https://github.com/fluencelabs/redis
synced 2025-07-01 09:51:32 +00:00
Disconnect timedout slave: regression introduced with diskless repl.
This commit is contained in:
@ -1839,6 +1839,7 @@ void replicationCron(void) {
|
||||
{
|
||||
redisLog(REDIS_WARNING, "Disconnecting timedout slave: %s",
|
||||
replicationGetSlaveName(slave));
|
||||
freeClient(slave);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user