Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h93 #define CLUSTERMSG_TYPE_MEET 2 /* Meet "let's join" message */ macro
H A Dcluster.c1659 type == CLUSTERMSG_TYPE_MEET) in clusterProcessPacket()
1734 if (type == CLUSTERMSG_TYPE_PING || type == CLUSTERMSG_TYPE_MEET) { in clusterProcessPacket()
1748 if ((type == CLUSTERMSG_TYPE_MEET || myself->ip[0] == '\0') && in clusterProcessPacket()
1767 if (!sender && type == CLUSTERMSG_TYPE_MEET) { in clusterProcessPacket()
1781 if (!sender && type == CLUSTERMSG_TYPE_MEET) in clusterProcessPacket()
1790 type == CLUSTERMSG_TYPE_MEET) in clusterProcessPacket()
3416 CLUSTERMSG_TYPE_MEET : CLUSTERMSG_TYPE_PING); in clusterCron()
4093 case CLUSTERMSG_TYPE_MEET: return "meet"; in clusterGetMessageTypeString()