summaryrefslogtreecommitdiff
path: root/src/commands/sunsubscribe.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sunsubscribe.json')
-rw-r--r--src/commands/sunsubscribe.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/sunsubscribe.json b/src/commands/sunsubscribe.json
index 5b428237b..df9ae9cac 100644
--- a/src/commands/sunsubscribe.json
+++ b/src/commands/sunsubscribe.json
@@ -1,7 +1,7 @@
{
"SUNSUBSCRIBE": {
"summary": "Stop listening for messages posted to the given shard channels",
- "complexity": "O(N) where N is the number of clients already subscribed to a channel.",
+ "complexity": "O(N) where N is the number of clients already subscribed to a shard channel.",
"group": "pubsub",
"since": "7.0.0",
"arity": -1,
@@ -14,7 +14,7 @@
],
"arguments": [
{
- "name": "channel",
+ "name": "shardchannel",
"type": "string",
"optional": true,
"multiple": true