Redis Unsubscribe 命令
Redis 教程
· 2019-03-08 08:58:40
Redis Unsubscribe 命令用于退订给定的一个或多个频道的信息。
语法
redis Unsubscribe 命令基本语法如下:
redis 127.0.0.1:6379> UNSUBSCRIBE channel [channel ...]
可用版本
>= 2.0.0
返回值
这个命令在不同的客户端中有不同的表现。
实例
redis 127.0.0.1:6379> UNSUBSCRIBE mychannel 1) "unsubscribe" 2) "a" 3) (integer) 0
点击查看所有 Redis 教程 文章: https://www.codercto.com/courses/l/33.html
Thinking Recursively
Eric S. Roberts / Wiley / 1986-1-17 / USD 85.67
The process of solving large problems by breaking them down into smaller, more simple problems that have identical forms. Thinking Recursively: A small text to solve large problems. Concentrating on t......一起来看看 《Thinking Recursively》 这本书的介绍吧!