summaryrefslogtreecommitdiff
path: root/src/commands/quit.json
blob: cdb80336d04f97a57a7d50a1b6343aea546ecc46 (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
{
    "QUIT": {
        "summary": "Close 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"
        ]
    }
}