summaryrefslogtreecommitdiffstats
path: root/src/commands/quit.json
blob: e8dd6e9de9387ab14af80491b795f523a3c59025 (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
25
26
27
28
29
{
    "QUIT": {
        "summary": "Closes the connection.",
        "complexity": "O(1)",
        "group": "connection",
        "since": "1.0.0",
        "arity": -1,
        "function": "quitCommand",
        "deprecated_since": "7.2.0",
        "replaced_by": "just closing the connection",
        "doc_flags": [
            "DEPRECATED"
        ],
        "command_flags": [
            "ALLOW_BUSY",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST",
            "NO_AUTH"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}