blob: f1299a6f4dc9df971a8fbfc6606c4e730fcd03c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"MULTI": {
"summary": "Mark the start of a transaction block",
"complexity": "O(1)",
"group": "transactions",
"since": "1.2.0",
"arity": 1,
"function": "multiCommand",
"command_flags": [
"NOSCRIPT",
"LOADING",
"STALE",
"FAST",
"ALLOW_BUSY"
],
"acl_categories": [
"TRANSACTION"
]
}
}
|