Sentinel: generate +sentinel again, removed in prev commit.

This commit is contained in:
antirez 2015-05-08 17:15:26 +02:00
parent b91434cab1
commit 3eca0752a6

View File

@ -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. */