Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dcluster.c1215 int clusterHandshakeInProgress(char *ip, int port) { in clusterHandshakeInProgress() function
1274 if (clusterHandshakeInProgress(norm_ip,port)) { in clusterStartHandshake()