summaryrefslogtreecommitdiff
path: root/src/commands/psubscribe.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/psubscribe.json')
-rw-r--r--src/commands/psubscribe.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/psubscribe.json b/src/commands/psubscribe.json
index 8a1e66e08..db9592139 100644
--- a/src/commands/psubscribe.json
+++ b/src/commands/psubscribe.json
@@ -1,6 +1,6 @@
{
"PSUBSCRIBE": {
- "summary": "Listen for messages published to channels matching the given patterns",
+ "summary": "Listens for messages published to channels that match one or more patterns.",
"complexity": "O(N) where N is the number of patterns the client is already subscribed to.",
"group": "pubsub",
"since": "2.0.0",