PUBSUB SHARDNUMSUB

PUBSUB SHARDNUMSUB

PUBSUB SHARDNUMSUB [shardchannel]
Available since
7.0.0
Time complexity
O(N) for the SHARDNUMSUB subcommand, where N is the number of requested shard channels
ACL categories
@pubsub, @slow

Returns the number of subscribers for the specified shard channels.

Note that it is valid to call this command without channels, in this case it will just return an empty list.

Cluster note: in a Redict Cluster, PUBSUB’s replies in a cluster only report information from the node’s Pub/Sub context, rather than the entire cluster.

Examples #

> PUBSUB SHARDNUMSUB orders
1) "orders"
2) (integer) 1

Redict logo courtesy of @janWilejan, CC-BY-SA-4.0. Download SVG ⤑

Portions of this website courtesy of Salvatore Sanfilippo, CC-BY-SA-4.0.