Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h91 #define CLUSTERMSG_TYPE_PING 0 /* Ping */ macro
H A Dcluster.c1658 if (type == CLUSTERMSG_TYPE_PING || type == CLUSTERMSG_TYPE_PONG || in clusterProcessPacket()
1734 if (type == CLUSTERMSG_TYPE_PING || type == CLUSTERMSG_TYPE_MEET) { in clusterProcessPacket()
1789 if (type == CLUSTERMSG_TYPE_PING || type == CLUSTERMSG_TYPE_PONG || in clusterProcessPacket()
1793 type == CLUSTERMSG_TYPE_PING ? "ping" : "pong", in clusterProcessPacket()
1855 if (sender && type == CLUSTERMSG_TYPE_PING && in clusterProcessPacket()
2408 if (link->node && type == CLUSTERMSG_TYPE_PING) in clusterSendPing()
3416 CLUSTERMSG_TYPE_MEET : CLUSTERMSG_TYPE_PING); in clusterCron()
3458 clusterSendPing(min_pong_node->link, CLUSTERMSG_TYPE_PING); in clusterCron()
3522 clusterSendPing(node->link, CLUSTERMSG_TYPE_PING); in clusterCron()
3533 clusterSendPing(node->link, CLUSTERMSG_TYPE_PING); in clusterCron()
[all …]