Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1281 int clusterStartHandshake(char *ip, int port, int cport) { in clusterStartHandshake() function
1432 clusterStartHandshake(g->ip,ntohs(g->port),ntohs(g->cport)); in clusterProcessGossipSection()
4244 if (clusterStartHandshake(c->argv[2]->ptr,port,cport) == 0 && in clusterCommand()