Redis UNSUBSCRIBE指令从给定的信道退订客户端,或者退订所有(如果没有给出)。
Redis UNSUBSCRIBE指令的基本语法如下所示:
redis 127.0.0.1:6379> UNSUBSCRIBE channel [channel ...]
返回数组
redis 127.0.0.1:6379> UNSUBSCRIBE mychannel 1) "unsubscribe" 2) "a" 3) (integer) 0