Searched defs:sentinelRedisInstance (Results 1 – 1 of 1) sorted by relevance
164 typedef struct sentinelRedisInstance { struct165 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 to177 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. */ argument224 struct sentinelRedisInstance *promoted_slave; /* Promoted slave instance. */ argument[all …]