From 3eca0752a68e6b2185c35ed95b053f7f3562b618 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 8 May 2015 17:15:26 +0200 Subject: [PATCH] Sentinel: generate +sentinel again, removed in prev commit. --- src/sentinel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sentinel.c b/src/sentinel.c index 9524f42b..8e0dd200 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -2167,6 +2167,7 @@ void sentinelProcessHelloMessage(char *hello, int hello_len) { si = createSentinelRedisInstance(NULL,SRI_SENTINEL, token[0],port,master->quorum,master); if (si) { + if (!removed) sentinelEvent(REDIS_NOTICE,"+sentinel",si,"%@"); /* The runid is NULL after a new instance creation and * for Sentinels we don't have a later chance to fill it, * so do it now. */