Home
last modified time | relevance | path

Searched refs:SENTINEL_HELLO_CHANNEL (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c76 #define SENTINEL_HELLO_CHANNEL "__sentinel__:hello" macro
2051 SENTINEL_HELLO_CHANNEL); in sentinelReconnectInstance()
2597 SENTINEL_HELLO_CHANNEL,payload); in sentinelSendHello()
3563 if (strcmp(c->argv[1]->ptr,SENTINEL_HELLO_CHANNEL)) { in sentinelPublishCommand()