mirror of
https://github.com/fluencelabs/redis
synced 2025-05-16 20:41:19 +00:00
Disconnect timedout slave: regression introduced with diskless repl.
This commit is contained in:
parent
eb67ca0f00
commit
ec1ab0f18b
@ -1839,6 +1839,7 @@ void replicationCron(void) {
|
|||||||
{
|
{
|
||||||
redisLog(REDIS_WARNING, "Disconnecting timedout slave: %s",
|
redisLog(REDIS_WARNING, "Disconnecting timedout slave: %s",
|
||||||
replicationGetSlaveName(slave));
|
replicationGetSlaveName(slave));
|
||||||
|
freeClient(slave);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user