Back to Developer Roadmap

Transactions

src/data/roadmaps/redis/content/transactions@YHbWlKrQqptUDbaQVy0_A.md

4.0562 B
Original Source

Transactions

Redis Transactions allow the execution of a group of commands in a single step, they are centered around the commands MULTI, EXEC, DISCARD and WATCH.

Learn more from the following resources: