summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/subscribe.md
blob: 997670cf7d37eaa9aea146da799c5039b624d591 (plain)
1
2
3
4
5
Subscribes the client to the specified channels.

Once the client enters the subscribed state it is not supposed to issue any
other commands, except for additional `SUBSCRIBE`, `PSUBSCRIBE`, `UNSUBSCRIBE`,
`PUNSUBSCRIBE`, `PING` and `QUIT` commands.