In this comprehensive course, you'll put together the skills learned to build and maintain a Redis-based backend system. You will get hands-on experience managing user data with expiration, implementing sorted set leaderboards, handling transactions with pipelines, utilizing Redis streams for event logging, and implementing pub/sub for notifications.
Overview
Syllabus
- Lesson 1: Managing User Data with Expiration Using Lettuce in Java
- Lesson 2: Using Sorted Sets for Leaderboards in Java
- Lesson 3: Handling Transactions with Pipelines Using Lettuce in Java
- Lesson 4: Utilizing Redis Streams for Event Logging in Java Using Lettuce
- Lesson 5: Implementing Pub/Sub for Notifications Using Lettuce in Java