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