mirror of
https://github.com/fluencelabs/redis
synced 2025-05-28 17:51:20 +00:00
Sentinel: flush config on disk when new master is added.
This commit is contained in:
parent
bb207007ca
commit
1f9580c125
@ -2520,6 +2520,7 @@ void sentinelCommand(redisClient *c) {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
sentinelFlushConfig();
|
||||
addReply(c,shared.ok);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user