We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7feee commit a028afdCopy full SHA for a028afd
README.md
@@ -162,8 +162,8 @@ This graph shows the performance comparison between Treds - ScanKeys and Etcd ge
162
* `PSUBSCRIBE channel [channel ...]` - Subscription receives all messages published to channels whose names are prefixes of the given channels.
163
* `PPUBLISH channel message` - This command publishes the message to all channels that have names with the given channel as their prefix.
164
165
-### Note on channels
166
-#### Use case of channels designed with Prefix
+### Note on PUB/SUB
+#### Use case of PUB/SUB designed with Prefix
167
168
While `PUBLISH` and `SUBSCRIBE` are similar to Redis, `PSUBSCRIBE` and `PPUBLISH` are designed to work with channels having a common prefix.
169
0 commit comments