Skip to content

Commit

Permalink
Add new total_blocking_keys and total_blocking_keys_on_nokey fields i…
Browse files Browse the repository at this point in the history
…n INFO (#2449)
  • Loading branch information
enjoy-binbin committed Jun 27, 2023
1 parent 5becda1 commit 9a1f959
Showing 1 changed file with 2 additions and 0 deletions.
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 that one or more clients that would like to be unblocked when the key is deleted. Added in Redis 7.2.

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

Expand Down

0 comments on commit 9a1f959

Please sign in to comment.