summaryrefslogtreecommitdiff
path: root/src/commands/pubsub-shardchannels.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/pubsub-shardchannels.json')
-rw-r--r--src/commands/pubsub-shardchannels.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/commands/pubsub-shardchannels.json b/src/commands/pubsub-shardchannels.json
index 450cd8dcd..3bffa221f 100644
--- a/src/commands/pubsub-shardchannels.json
+++ b/src/commands/pubsub-shardchannels.json
@@ -1,23 +1,23 @@
{
- "SHARDCHANNELS": {
- "summary": "List active shard channels",
- "complexity": "O(N) where N is the number of active shard channels, and assuming constant time pattern matching (relatively short channels).",
- "group": "pubsub",
- "since": "7.0.0",
- "arity": -2,
- "container": "PUBSUB",
- "function": "pubsubCommand",
- "command_flags": [
- "PUBSUB",
- "LOADING",
- "STALE"
- ],
- "arguments": [
- {
- "name": "pattern",
- "type": "string",
- "optional": true
- }
- ]
- }
+ "SHARDCHANNELS": {
+ "summary": "List active shard channels",
+ "complexity": "O(N) where N is the number of active shard channels, and assuming constant time pattern matching (relatively short channels).",
+ "group": "pubsub",
+ "since": "7.0.0",
+ "arity": -2,
+ "container": "PUBSUB",
+ "function": "pubsubCommand",
+ "command_flags": [
+ "PUBSUB",
+ "LOADING",
+ "STALE"
+ ],
+ "arguments": [
+ {
+ "name": "pattern",
+ "type": "pattern",
+ "optional": true
+ }
+ ]
+ }
}