summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/unsubscribe.md
blob: 78c4d0c7592d7a69bdf6854438a62e31159a6a1b (plain)
1
2
3
4
5
6
Unsubscribes the client from the given channels, or from all of them if none is
given.

When no channels are specified, the client is unsubscribed from all the
previously subscribed channels. In this case, a message for every unsubscribed
channel will be sent to the client.