summaryrefslogtreecommitdiff
path: root/src/commands/reset.json
blob: 3fb1a449d199b712bcb2d9e2c462363667fb796a (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
{
    "RESET": {
        "summary": "Resets the connection.",
        "complexity": "O(1)",
        "group": "connection",
        "since": "6.2.0",
        "arity": 1,
        "function": "resetCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST",
            "NO_AUTH",
            "ALLOW_BUSY"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "reply_schema": {
            "const": "RESET"
        }
    }
}