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: Batch Command Execution
- Lesson 2: Introduction to Redis Transactions
- Lesson 3: Introduction to Watch in Redis
- Lesson 4: Redis Lua Scripting