aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/acl-help.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/acl-help.json')
-rw-r--r--examples/redis-unstable/src/commands/acl-help.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/redis-unstable/src/commands/acl-help.json b/examples/redis-unstable/src/commands/acl-help.json
new file mode 100644
index 0000000..3c95914
--- /dev/null
+++ b/examples/redis-unstable/src/commands/acl-help.json
@@ -0,0 +1,23 @@
1{
2 "HELP": {
3 "summary": "Returns helpful text about the different subcommands.",
4 "complexity": "O(1)",
5 "group": "server",
6 "since": "6.0.0",
7 "arity": 2,
8 "container": "ACL",
9 "function": "aclCommand",
10 "command_flags": [
11 "LOADING",
12 "STALE",
13 "SENTINEL"
14 ],
15 "reply_schema": {
16 "type": "array",
17 "description": "A list of subcommands and their description",
18 "items": {
19 "type": "string"
20 }
21 }
22 }
23}