From fc639c50e11655fe8585b0af02d1e70ca5c06d2a Mon Sep 17 00:00:00 2001 From: enjoy-binbin Date: Tue, 27 Jun 2023 15:10:10 +0800 Subject: [PATCH 1/2] Add new total_blocking_keys and total_blocking_keys_on_nokey fields in INFO --- commands/info.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/info.md b/commands/info.md index 0668c769cc..4ca5a69d94 100644 --- a/commands/info.md +++ b/commands/info.md @@ -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. Here is the meaning of all fields in the **memory** section: From 2ca21262b4803193e0239f0ceafa421f589d52f2 Mon Sep 17 00:00:00 2001 From: Binbin Date: Tue, 27 Jun 2023 19:30:24 +0800 Subject: [PATCH 2/2] Update commands/info.md Co-authored-by: Itamar Haber --- commands/info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info.md b/commands/info.md index 4ca5a69d94..d1ebe5481a 100644 --- a/commands/info.md +++ b/commands/info.md @@ -93,7 +93,7 @@ Here is the meaning of all fields in the **clients** section: * `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. +* `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: