summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/hotkeys-stop.json
blob: 856f9f9b741337817155a1464ded3aff123f24ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "STOP": {
        "summary": "Stops hotkeys tracking.",
        "complexity": "O(1)",
        "group": "server",
        "since": "8.6.0",
        "arity": 2,
        "container": "HOTKEYS",
        "function": "hotkeysCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}