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