summaryrefslogtreecommitdiff
path: root/src/commands/client-help.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/client-help.json')
-rw-r--r--src/commands/client-help.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/commands/client-help.json b/src/commands/client-help.json
new file mode 100644
index 000000000..6f725bae6
--- /dev/null
+++ b/src/commands/client-help.json
@@ -0,0 +1,18 @@
+{
+ "HELP": {
+ "summary": "Show helpful text about the different subcommands",
+ "complexity": "O(1)",
+ "group": "connection",
+ "since": "5.0.0",
+ "arity": 2,
+ "container": "CLIENT",
+ "function": "clientCommand",
+ "command_flags": [
+ "LOADING",
+ "STALE"
+ ],
+ "acl_categories": [
+ "CONNECTION"
+ ]
+ }
+}