summaryrefslogtreecommitdiffstats
path: root/src/commands/multi.json
blob: 5f17a1da2932dc6a83c7058c17c7baee8a4fca5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "MULTI": {
        "summary": "Starts a transaction.",
        "complexity": "O(1)",
        "group": "transactions",
        "since": "1.2.0",
        "arity": 1,
        "function": "multiCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST",
            "ALLOW_BUSY"
        ],
        "acl_categories": [
            "TRANSACTION"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}