summaryrefslogtreecommitdiffstats
path: root/src/commands/select.json
blob: 5cf8634a9d69d80c7a2a099076243f833e8ac1d3 (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
{
    "SELECT": {
        "summary": "Changes the selected database.",
        "complexity": "O(1)",
        "group": "connection",
        "since": "1.0.0",
        "arity": 2,
        "function": "selectCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "FAST"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "reply_schema": {
            "const": "OK"
        },
        "arguments": [
            {
                "name": "index",
                "type": "integer"
            }
        ]
    }
}