summaryrefslogtreecommitdiff
path: root/src/commands/punsubscribe.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/punsubscribe.json')
-rw-r--r--src/commands/punsubscribe.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/punsubscribe.json b/src/commands/punsubscribe.json
index 30136b316..3a074517b 100644
--- a/src/commands/punsubscribe.json
+++ b/src/commands/punsubscribe.json
@@ -1,6 +1,6 @@
{
"PUNSUBSCRIBE": {
- "summary": "Stop listening for messages posted to channels matching the given patterns",
+ "summary": "Stops listening to messages published to channels that match one or more patterns.",
"complexity": "O(N+M) where N is the number of patterns the client is already subscribed and M is the number of total patterns subscribed in the system (by any client).",
"group": "pubsub",
"since": "2.0.0",