summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/sunsubscribe.md
blob: 7ce76c333e3b3f4e4d3e560ee68c1ca189ed7967 (plain)
1
2
3
4
5
6
7
8
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](/topics/pubsub#sharded-pubsub).