Dive deeper into Redis’s persistence options, strategies for performance optimization, and working with Redis Streams. This expert-level course will prepare you to manage key expirations, utilize pub/sub messaging, trigger snapshotting, and handle high-performance scenarios effectively using Java and Jedis.
Overview
Syllabus
- Unit 1: Redis Streams with Jedis
- Running Redis Streams with Jedis
- Enhance Stream Retrieval Settings
- Fix Bugs in Redis Stream Code
- Extending Redis Stream Management
- Manage Redis Streams with Jedis
- Unit 2: Managing Key Expiration in Redis
- See Key Expiration in Action
- Change Key Expiration Method
- Fix Redis Key Expiration Bug
- Redis Cache Key Expiration Practice
- Master Key Expiration in Redis
- Unit 3: Pub/Sub Messaging with Jedis
- Redis Messaging in Action
- Switching Redis PubSub Channels
- Weather Alerts with Redis Messaging
- Extending Redis PubSub Functionality
- Building a Redis PubSub System
- Unit 4: Introduction to Snapshotting in Redis
- Snapshotting Magic in Redis
- Conditional Snapshot Control in Redis
- Fix the Redis Snapshot Code
- Tracking Redis Snapshots Efficiently
- Building Redis Snapshots in Java