Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c217 uint64_t failover_epoch; /* Epoch of the currently started failover. */ member
1238 ri->failover_epoch = 0; in createSentinelRedisInstance()
2251 ri->master->config_epoch = ri->master->failover_epoch; in sentinelRefreshInstanceInfo()
3983 master->failover_epoch = ++sentinel.current_epoch; in sentinelStartFailover()
4142 leader = sentinelGetLeader(ri, ri->failover_epoch); in sentinelFailoverWaitStart()