Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new total_blocking_keys and total_blocking_keys_on_nokey fields in INFO #2449

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Here is the meaning of all fields in the **clients** section:
`BRPOP`, `BRPOPLPUSH`, `BLMOVE`, `BZPOPMIN`, `BZPOPMAX`)
* `tracking_clients`: Number of clients being tracked (`CLIENT TRACKING`)
* `clients_in_timeout_table`: Number of clients in the clients timeout table
* `total_blocking_keys`: Number of blocking keys. Added in Redis 7.2.
* `total_blocking_keys_on_nokey`: Number of blocking keys which have at least 1 client which would like to be unblocked on when the key is deleted. Added in Redis 7.2.
enjoy-binbin marked this conversation as resolved.
Show resolved Hide resolved

Here is the meaning of all fields in the **memory** section:

Expand Down