This course covers Redis's features for executing atomic operations using transactions and pipelines. Learn how to build transactions, implement watch and unwatch, improve efficiency with pipelines, and handle errors in transactions.
Overview
Syllabus
- Lesson 1: Batching Commands with Pipelines
- Lesson 2: Implementing Atomic Transactions with Watch
- Lesson 3: Enhancing Transactions with Unwatch
- Lesson 4: Redis Lua Scripting for Transactions