blob: 80856ef99f6ddc9974b43e7149bc8825f276e53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"EXEC": {
"summary": "Execute all commands issued after MULTI",
"complexity": "Depends on commands in the transaction",
"group": "transactions",
"since": "1.2.0",
"arity": 1,
"function": "execCommand",
"command_flags": [
"NOSCRIPT",
"LOADING",
"STALE",
"SKIP_SLOWLOG"
],
"acl_categories": [
"TRANSACTION"
]
}
}
|