In this comprehensive guide, you will integrate the skills acquired to develop and manage a Redis-based backend system. This involves practical experience with managing user data with expiration, creating sorted set leaderboards, executing transactions using pipelines, leveraging Redis streams for event logging, and implementing pub/sub for notifications.
Overview
Syllabus
- Lesson 1: Managing User Data with Expiration in C++ Using Redis
- Lesson 2: Using C++ and Hiredis for Leaderboard Management with Sorted Sets
- Lesson 3: Handling Transactions with Pipelines in C++ Using Hiredis
- Lesson 4: Using Redis Streams for Event Logging in C++ with Hiredis
- Lesson 5: Implementing Real-Time Notifications with Redis Pub/Sub in C++ Using Hiredis