提交 9d0f46c6 编写于 作者: A antirez

Sentinel: flush config on disk when new master is added.

上级 d4f296bc
......@@ -2518,6 +2518,7 @@ void sentinelCommand(redisClient *c) {
break;
}
} else {
sentinelFlushConfig();
addReply(c,shared.ok);
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册