1、连接到redis ./bin/redis-cli -c -h 127.0.0.1 -p 6379 -a xxxxxxxx
2、 订阅管道 subscribe list1 订阅list1
3、发布信息 publish list1 “content”
4、订阅着接受到的消息