Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c2072 uint64_t reportedConfigEpoch = in clusterProcessPacket() local
2078 if (n->configEpoch >= reportedConfigEpoch) return 1; /* Nothing new. */ in clusterProcessPacket()
2084 n->configEpoch = reportedConfigEpoch; in clusterProcessPacket()
2090 clusterUpdateSlotsConfigWith(n,reportedConfigEpoch, in clusterProcessPacket()