Skip to content

Commit a8751ba

Browse files
authored
Add new pubsub_clients field in INFO (redis#2624)
Added in redis/redis#12849
1 parent 908c77d commit a8751ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/info.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Here is the meaning of all fields in the **clients** section:
8383
* `blocked_clients`: Number of clients pending on a blocking call (`BLPOP`,
8484
`BRPOP`, `BRPOPLPUSH`, `BLMOVE`, `BZPOPMIN`, `BZPOPMAX`)
8585
* `tracking_clients`: Number of clients being tracked (`CLIENT TRACKING`)
86+
* `pubsub_clients`: Number of clients in pubsub mode (`SUBSCRIBE`, `PSUBSCRIBE`, `SSUBSCRIBE`). Added in Redis 8.0
8687
* `clients_in_timeout_table`: Number of clients in the clients timeout table
8788
* `total_blocking_keys`: Number of blocking keys. Added in Redis 7.2.
8889
* `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.

0 commit comments

Comments
 (0)