Linux vacca.o2switch.net 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
redis-8
/
src
/
commands
/
//proc/self/root/opt/redis-8/src/commands/multi.json
{ "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" } } }