Redis Punsubscribe 命令
Redis 教程
· 2019-03-08 08:27:14
Redis Punsubscribe 命令用于退订所有给定模式的频道。
语法
redis Punsubscribe 命令基本语法如下:
redis 127.0.0.1:6379> PUNSUBSCRIBE [pattern [pattern ...]]
可用版本
>= 2.0.0
返回值
这个命令在不同的客户端中有不同的表现。
实例
redis 127.0.0.1:6379> PUNSUBSCRIBE mychannel 1) "punsubscribe" 2) "a" 3) (integer) 1
点击查看所有 Redis 教程 文章: https://www.codercto.com/courses/l/33.html
Design systems
Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!