mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 14:31:34 +00:00
Sentinel: flush config on disk when new master is added.
This commit is contained in:
@ -2518,6 +2518,7 @@ void sentinelCommand(redisClient *c) {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
sentinelFlushConfig();
|
||||
addReply(c,shared.ok);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user