diff --git a/src/sentinel.c b/src/sentinel.c index 17b273ab..dafe02be 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -1841,6 +1841,7 @@ void sentinelRefreshInstanceInfo(sentinelRedisInstance *ri, const char *info) { atoi(port), ri->quorum, ri)) != NULL) { sentinelEvent(REDIS_NOTICE,"+slave",slave,"%@"); + sentinelFlushConfig(); } } }