Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h1876 void clusterInit(void);
H A Dserver.c2183 if (server.cluster_enabled) clusterInit(); in initServer()
H A Dcluster.c429 void clusterInit(void) { in clusterInit() function