blob: 1cec00a5388db2a153e1316053bbf391049b3f82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"HELP": {
"summary": "Show helpful text about the different subcommands",
"complexity": "O(1)",
"group": "server",
"since": "6.0.0",
"arity": 2,
"container": "ACL",
"function": "aclCommand",
"command_flags": [
"LOADING",
"STALE",
"SENTINEL"
]
}
}
|