blob: 816104e1c0af8de60cebac7894df1d638e91cf39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"RESET": {
"summary": "Release the resources used for hotkey tracking.",
"complexity": "O(1)",
"group": "server",
"since": "8.6.0",
"arity": 2,
"container": "HOTKEYS",
"function": "hotkeysCommand",
"command_flags": [
"ADMIN",
"NOSCRIPT"
],
"reply_schema": {
"const": "OK"
}
}
}
|