summaryrefslogtreecommitdiff
path: root/src/commands/pubsub-numsub.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/pubsub-numsub.json')
-rw-r--r--src/commands/pubsub-numsub.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/pubsub-numsub.json b/src/commands/pubsub-numsub.json
index 1df663be2..1cfe8e2ef 100644
--- a/src/commands/pubsub-numsub.json
+++ b/src/commands/pubsub-numsub.json
@@ -1,6 +1,6 @@
{
"NUMSUB": {
- "summary": "Get the count of subscribers for channels",
+ "summary": "Returns a count of subscribers to channels.",
"complexity": "O(N) for the NUMSUB subcommand, where N is the number of requested channels",
"group": "pubsub",
"since": "2.8.0",