Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/modules/
H A Dhellocluster.c40 #define MSGTYPE_PING 1 macro
48 RedisModule_SendClusterMessage(ctx,NULL,MSGTYPE_PING,(unsigned char*)"Hey",3); in PingallCommand_RedisCommand()
115 RedisModule_RegisterClusterMessageReceiver(ctx,MSGTYPE_PING,PingReceiver); in RedisModule_OnLoad()