修改本页
Redis

PUNSUBSCRIBE [pattern [pattern ...]]

Unsubscribes the client from the given patterns, or from all of them if none is given.

When no patters 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.

Comments powered by Disqus