summaryrefslogtreecommitdiff
path: root/src/commands/pubsub-channels.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/pubsub-channels.json')
-rw-r--r--src/commands/pubsub-channels.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/pubsub-channels.json b/src/commands/pubsub-channels.json
index 173271271..08505b3eb 100644
--- a/src/commands/pubsub-channels.json
+++ b/src/commands/pubsub-channels.json
@@ -1,6 +1,6 @@
{
"CHANNELS": {
- "summary": "List active channels",
+ "summary": "Returns the active channels.",
"complexity": "O(N) where N is the number of active channels, and assuming constant time pattern matching (relatively short channels and patterns)",
"group": "pubsub",
"since": "2.8.0",