Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c2961 #define SENTINEL_ISQR_OK 0 macro
2968 int result = SENTINEL_ISQR_OK; in sentinelIsQuorumReachable()
3185 if (result == SENTINEL_ISQR_OK) { in sentinelCommand()