Redis Pubsub 命令

更新时间: 2019-07-07 15:54

Redis Pubsub 命令用于查看订阅与发布系统状态,它由数个不同格式的子命令组成。

语法

redis Pubsub 命令基本语法如下:

redis 127.0.0.1:6379> PUBSUB <subcommand> [argument [argument ...]]

可用版本

>= 2.8.0

返回值

由活跃频道组成的列表。

实例

redis 127.0.0.1:6379> PUBSUB CHANNELS
(empty list or set)

查看更多 Redis 发布订阅 命令

Data Structures and Algorithms in Python

Data Structures and Algorithms in Python

Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!

Base64 编码/解码

Base64 编码/解码

Base64 编码/解码

html转js在线工具

html转js在线工具

html转js在线工具