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://codercto.com/courses/l/33.html
Invisible Users
Jenna Burrell / The MIT Press / 2012-5-4 / USD 36.00
The urban youth frequenting the Internet cafes of Accra, Ghana, who are decidedly not members of their country's elite, use the Internet largely as a way to orchestrate encounters across distance and ......一起来看看 《Invisible Users》 这本书的介绍吧!
Base64 编码/解码
Base64 编码/解码
HEX HSV 转换工具
HEX HSV 互换工具