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

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