blob: 1646d7b92f6de1f276edb484c9f15d26087db1e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"DEBUG": {
"summary": "A container for debugging commands.",
"complexity": "Depends on subcommand.",
"group": "server",
"since": "1.0.0",
"arity": -2,
"function": "debugCommand",
"doc_flags": [
"SYSCMD"
],
"command_flags": [
"ADMIN",
"NOSCRIPT",
"LOADING",
"STALE",
"PROTECTED"
]
}
}
|