简单说明:一般不使用。

进程间的一种消息通信模式:发送者(pub)发送消息,订阅者(sub)接收消息。

订阅:

subscribe c1 c2 c3 

发布:

publish c2 hello-redis

  

 

相关文章: