Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c53 void clusterSendPing(clusterLink *link, int type);
1785 clusterSendPing(link,CLUSTERMSG_TYPE_PONG); in clusterProcessPacket()
2350 void clusterSendPing(clusterLink *link, int type) { in clusterSendPing() function
2510 clusterSendPing(node->link,CLUSTERMSG_TYPE_PONG); in clusterBroadcastPong()
3415 clusterSendPing(link, node->flags & CLUSTER_NODE_MEET ? 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()