Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c76 uint64_t clusterGetMaxEpoch(void);
287 if (clusterGetMaxEpoch() > server.cluster->currentEpoch) { in clusterLoadConfig()
288 server.cluster->currentEpoch = clusterGetMaxEpoch(); in clusterLoadConfig()
968 uint64_t clusterGetMaxEpoch(void) { in clusterGetMaxEpoch() function
1013 uint64_t maxEpoch = clusterGetMaxEpoch(); in clusterBumpConfigEpochWithoutConsensus()