Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c1422 #define SENTINEL_RESET_NO_SENTINELS (1<<0) macro
1427 if (!(flags & SENTINEL_RESET_NO_SENTINELS)) { in sentinelResetMaster()
1518 sentinelResetMaster(master,SENTINEL_RESET_NO_SENTINELS); in sentinelResetMasterAndChangeAddress()