修改本页

Redis 命令 客户端 文档 社区 下载 问题 支持 许可

UNSUBSCRIBE [channel [channel …]]

Related topics

相关命令

Available since 2.0.0.

时间复杂度: O(N) where N is the number of clients already subscribed to a channel.

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.

Comments powered by Disqus

This website is open source software developed by Citrusbyte.

The Redis logo was designed by Carlos Prioglio. See more credits.

Sponsored by Redis Support