summaryrefslogtreecommitdiffstats
path: root/src/commands/reset.json
blob: 40041cd8c7990a2402199bf5f7055bb08f850fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "RESET": {
        "summary": "Reset 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"
        ]
    }
}