Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h18 #define CLUSTER_DEFAULT_REQUIRE_FULL_COVERAGE 1 macro
H A Dconfig.c2187 …require-full-coverage",server.cluster_require_full_coverage,CLUSTER_DEFAULT_REQUIRE_FULL_COVERAGE);
H A Dserver.c1626 server.cluster_require_full_coverage = CLUSTER_DEFAULT_REQUIRE_FULL_COVERAGE; in initServerConfig()