发布于 2015-06-22 09:06:57 | 85 次阅读 | 评论: 0 | 来源: 网络整理

Redis SUBSCRIBE命令所预订客户的指定的通道。

语法

Redis SUBSCRIBE命令基本语法如下所示:


redis 127.0.0.1:6379> SUBSCRIBE channel [channel ...]

返回值

返回数组

例子


redis 127.0.0.1:6379> SUBSCRIBE mychannel 
Reading messages... (press Ctrl-C to quit)
1) "subscribe"
2) "mychannel"
3) (integer) 1
1) "message"
2) "mychannel"
3) "a"
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务