Home
last modified time | relevance | path

Searched defs:sentinelRedisInstance (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c164 typedef struct sentinelRedisInstance { struct
165 int flags; /* See SRI_... defines */
168 uint64_t config_epoch; /* Configuration epoch. */
169 sentinelAddr *addr; /* Master host. */
175 mstime_t last_master_down_reply_time; /* Time of last reply to
177 mstime_t s_down_since_time; /* Subjectively down since time. */
178 mstime_t o_down_since_time; /* Objectively down since time. */
181 dict *renamed_commands; /* Commands renamed in this instance:
206 struct sentinelRedisInstance *master; /* Master instance if it's slave. */ argument
224 struct sentinelRedisInstance *promoted_slave; /* Promoted slave instance. */ argument
[all …]