Skip to content

Commit

Permalink
Add new pubsub_clients field in INFO (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin authored Dec 27, 2023
1 parent 908c77d commit a8751ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Here is the meaning of all fields in the **clients** section:
* `blocked_clients`: Number of clients pending on a blocking call (`BLPOP`,
`BRPOP`, `BRPOPLPUSH`, `BLMOVE`, `BZPOPMIN`, `BZPOPMAX`)
* `tracking_clients`: Number of clients being tracked (`CLIENT TRACKING`)
* `pubsub_clients`: Number of clients in pubsub mode (`SUBSCRIBE`, `PSUBSCRIBE`, `SSUBSCRIBE`). Added in Redis 8.0
* `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.
Expand Down

0 comments on commit a8751ba

Please sign in to comment.