diff options
Diffstat (limited to 'src/commands/cluster-help.json')
-rw-r--r-- | src/commands/cluster-help.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/commands/cluster-help.json b/src/commands/cluster-help.json new file mode 100644 index 0000000..27f7d08 --- /dev/null +++ b/src/commands/cluster-help.json @@ -0,0 +1,22 @@ +{ + "HELP": { + "summary": "Returns helpful text about the different subcommands.", + "complexity": "O(1)", + "group": "cluster", + "since": "5.0.0", + "arity": 2, + "container": "CLUSTER", + "function": "clusterCommand", + "command_flags": [ + "LOADING", + "STALE" + ], + "reply_schema": { + "type": "array", + "description": "Helpful text about subcommands.", + "items": { + "type": "string" + } + } + } +} |