Concept Flow - Transaction execution model
Start Transaction: MULTI
Queue Commands
Execute Commands: EXEC
All Commands Run Atomically
Transaction Ends
If DISCARD: Cancel Transaction
This flow shows how Redis transactions start with MULTI, queue commands, then execute all atomically with EXEC or cancel with DISCARD.