Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h143 typedef struct clusterState { struct
181 } clusterState; argument
H A Dserver.h920 struct clusterState;
1236 struct clusterState *cluster; /* State of the cluster */
H A Dcluster.c432 server.cluster = zmalloc(sizeof(clusterState)); in clusterInit()