mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
Diskless replication: redis.conf and CONFIG SET/GET support.
This commit is contained in:
@ -1967,7 +1967,8 @@ void replicationCron(void) {
|
||||
}
|
||||
}
|
||||
|
||||
if (slaves_waiting && max_idle > REDIS_DEFAULT_RDB_DISKLESS_SYNC_DELAY) {
|
||||
if (slaves_waiting && max_idle > REDIS_DEFAULT_REPL_DISKLESS_SYNC_DELAY)
|
||||
{
|
||||
/* Let's start a BGSAVE with disk target. */
|
||||
if (startBgsaveForReplication() == REDIS_OK) {
|
||||
/* It started! We need to change the state of slaves
|
||||
|
Reference in New Issue
Block a user