Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h17 #define CLUSTER_DEFAULT_SLAVE_VALIDITY 10 /* Slave max data age factor. */ macro
H A Dconfig.c2191 …ster-replica-validity-factor",server.cluster_slave_validity_factor,CLUSTER_DEFAULT_SLAVE_VALIDITY);
H A Dserver.c1625 server.cluster_slave_validity_factor = CLUSTER_DEFAULT_SLAVE_VALIDITY; in initServerConfig()