Skip to content

Commit e2a233e

Browse files
authored
Add sentinel_total_tilt filed (#1666)
1 parent 502c01c commit e2a233e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/commands/info.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ The **sentinel** section is only available in Redis Sentinel instances. It consi
495495
* `sentinel_masters`: Number of Redis masters monitored by this Sentinel instance
496496
* `sentinel_tilt`: A value of 1 means this sentinel is in TILT mode
497497
* `sentinel_tilt_since_seconds`: Duration in seconds of current TILT, or -1 if not TILTed. Added in Redis 7.0.0
498+
* `sentinel_total_tilt`: The number of times this sentinel has been in TILT mode since running.
498499
* `sentinel_running_scripts`: The number of scripts this Sentinel is currently executing
499500
* `sentinel_scripts_queue_length`: The length of the queue of user scripts that are pending execution
500501
* `sentinel_simulate_failure_flags`: Flags for the `SENTINEL SIMULATE-FAILURE` command

0 commit comments

Comments
 (0)