Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ The **sentinel** section is only available in Redis Sentinel instances. It consi
* `sentinel_masters`: Number of Redis masters monitored by this Sentinel instance
* `sentinel_tilt`: A value of 1 means this sentinel is in TILT mode
* `sentinel_tilt_since_seconds`: Duration in seconds of current TILT, or -1 if not TILTed. Added in Redis 7.0.0
* `sentinel_total_tilt`: The number of times this sentinel has been in TILT mode since running.
* `sentinel_running_scripts`: The number of scripts this Sentinel is currently executing
* `sentinel_scripts_queue_length`: The length of the queue of user scripts that are pending execution
* `sentinel_simulate_failure_flags`: Flags for the `SENTINEL SIMULATE-FAILURE` command
Expand Down
Loading