summaryrefslogtreecommitdiff
path: root/src/commands/unsubscribe.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/unsubscribe.json')
-rw-r--r--src/commands/unsubscribe.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/unsubscribe.json b/src/commands/unsubscribe.json
index d98aaa278..530facde4 100644
--- a/src/commands/unsubscribe.json
+++ b/src/commands/unsubscribe.json
@@ -1,6 +1,6 @@
{
"UNSUBSCRIBE": {
- "summary": "Stop listening for messages posted to the given channels",
+ "summary": "Stops listening to messages posted to channels.",
"complexity": "O(N) where N is the number of clients already subscribed to a channel.",
"group": "pubsub",
"since": "2.0.0",