Redis Pubsub 命令
Redis 教程
· 2019-03-08 07:58:30
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 教程 文章: https://www.codercto.com/courses/l/33.html
Language Implementation Patterns
Terence Parr / Pragmatic Bookshelf / 2010-1-10 / USD 34.95
Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language ......一起来看看 《Language Implementation Patterns》 这本书的介绍吧!