summaryrefslogtreecommitdiff
path: root/src/commands/quit.json
blob: 4f74056c915fee2a833c08eb4d43a34157da2a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "QUIT": {
        "summary": "Close the connection",
        "complexity": "O(1)",
        "group": "connection",
        "since": "1.0.0",
        "arity": -1,
        "function": "quitCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST",
            "NO_AUTH"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}