mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
17 lines
365 B
JSON
17 lines
365 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|