[フレーム]
Docs Pricing
Login Book a meeting Try Redis

PUBSUB SHARDNUMSUB

Syntax
PUBSUB SHARDNUMSUB [shardchannel [shardchannel ...]]
Available since:
Redis Open Source 7.0.0
Time complexity:
O(N) for the SHARDNUMSUB subcommand, where N is the number of requested shard channels
ACL categories:
@pubsub, @slow,
Compatibility:
Redis Enterprise and Redis Cloud compatibility

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 Redis 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

Redis Enterprise and Redis Cloud compatibility

Redis
Enterprise
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

Array reply: the number of subscribers per shard channel, each even element (including the 0th) is channel name, each odd element is the number of subscribers.
RATE THIS PAGE
Back to top ↑

AltStyle によって変換されたページ (->オリジナル) /