English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Redis Unsubscribe command is used to unsubscribe from one or more channels of information.
Basic Syntax of Redis Unsubscribe Command
redis 127.0.0.1:6379> UNSUBSCRIBE channel [channel ...]
>= 2.0.0
This command behaves differently in different clients.
redis 127.0.0.1:6379> UNSUBSCRIBE mychannel 1) "unsubscribe" 2) "a" 3) (integer) 0