diff options
Diffstat (limited to 'src/commands/multi.json')
-rw-r--r-- | src/commands/multi.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/commands/multi.json b/src/commands/multi.json new file mode 100644 index 0000000..5f17a1d --- /dev/null +++ b/src/commands/multi.json @@ -0,0 +1,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" + } + } +} |