Command
MULTIExplanation
Marks the start of a transaction block. Subsequent commands are queued until EXEC is called.
Examples
Start transaction
MULTIQueued command
SET a 10Queued command
SET b 20Execute transaction
EXECMULTIMarks the start of a transaction block. Subsequent commands are queued until EXEC is called.
Start transaction
MULTIQueued command
SET a 10Queued command
SET b 20Execute transaction
EXEC