Starts a transaction.
MULTI
Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC.
EXEC
Simple string reply: OK.
OK
O(1)
@fast @transaction
DISCARD, EXEC, UNWATCH, WATCH.