SUNSUBSCRIBE
Syntax
SUNSUBSCRIBE [shardchannel [shardchannel ...]]
- Available since:
- 7.0.0
- Time complexity:
- O(N) where N is the number of shard channels to unsubscribe.
- ACL categories:
-
@pubsub
,@slow
,
Unsubscribes the client from the given shard channels, or from all of them if none is given.
When no shard channels are specified, the client is unsubscribed from all the previously subscribed shard channels. In this case a message for every unsubscribed shard channel will be sent to the client.
Note: The global channels and shard channels needs to be unsubscribed from separately.
For more information about sharded Pub/Sub, see Sharded Pub/Sub.
RESP2/RESP3 Reply
When successful, this command doesn't return anything. Instead, for each shard channel, one message with the first element being the stringsunsubscribe
is pushed as a confirmation that the command succeeded.