Skip to content

Commit

Permalink
Add note about RESP3
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Feb 22, 2023
1 parent 7478fea commit 1978cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions commands/psubscribe.md
Expand Up @@ -9,6 +9,7 @@ Supported glob-style patterns:
Use `\` to escape special characters if you want to match them verbatim.

Once the client enters the subscribed state it is not supposed to issue any other commands, except for additional `SUBSCRIBE`, `SSUBSCRIBE`, `PSUBSCRIBE`, `UNSUBSCRIBE`, `SUNSUBSCRIBE`, `PUNSUBSCRIBE`, `PING`, `RESET` and `QUIT` commands.
However, if RESP3 is used (see `HELLO`) it is possible for a client to issue any commands while in subscribed state.

For more information, see [Pub/sub](/docs/manual/pubsub/).

Expand Down
1 change: 1 addition & 0 deletions commands/subscribe.md
Expand Up @@ -3,6 +3,7 @@ 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`, `SSUBSCRIBE`, `PSUBSCRIBE`, `UNSUBSCRIBE`, `SUNSUBSCRIBE`,
`PUNSUBSCRIBE`, `PING`, `RESET` and `QUIT` commands.
However, if RESP3 is used (see `HELLO`) it is possible for a client to issue any commands while in subscribed state.

For more information, see [Pub/sub](/docs/manual/pubsub/).

Expand Down

0 comments on commit 1978cec

Please sign in to comment.