blob: d0ddf11f2880a7ab17a8edc3f82bb15debb354ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"HELP": {
"summary": "Show 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"
]
}
}
|