Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c233 struct sentinelState { struct
234 char myid[CONFIG_RUN_ID_SIZE+1]; /* This sentinel ID. */
235 uint64_t current_epoch; /* Current epoch. */
236 dict *masters; /* Dictionary of master sentinelRedisInstances.
239 int tilt; /* Are we in TILT mode? */
240 int running_scripts; /* Number of scripts in execution right now. */
241 mstime_t tilt_start_time; /* When TITL started. */
244 char *announce_ip; /* IP addr that is gossiped to other sentinels if
246 int announce_port; /* Port that is gossiped to other sentinels if
248 unsigned long simfailure_flags; /* Failures simulation. */
[all …]