blob: d60145016d1efa1a2dab04a8039a99fbcf27fa81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"HELP": {
"summary": "Returns helpful text about the different subcommands.",
"complexity": "O(1)",
"group": "sentinel",
"since": "6.2.0",
"arity": 2,
"container": "SENTINEL",
"function": "sentinelCommand",
"command_flags": [
"LOADING",
"STALE",
"SENTINEL",
"ONLY_SENTINEL"
],
"reply_schema": {
"type": "array",
"description": "Helpful text about subcommands.",
"items": {
"type": "string"
}
}
}
}
|