This course covers Redis's features for executing atomic operations using transactions and pipelines. Learn how to build transactions, implement watch, improve efficiency with pipelines, and handle errors in transactions.
Overview
Syllabus
- Lesson 1: Batch Command Execution in Go with Redis
- Lesson 2: Introduction to Transactions in Redis with Go
- Lesson 3: Implementing Conditional Transactions in Go with Redis `Watch`
- Lesson 4: Redis Lua Scripting for Transactions in Go