diff --git a/src/sentinel.c b/src/sentinel.c index 6c328356c..eaf15daa1 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -2518,6 +2518,7 @@ void sentinelCommand(redisClient *c) { break; } } else { + sentinelFlushConfig(); addReply(c,shared.ok); } } else {