Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker. This course introduces the essential concepts and operations of Redis, including connecting to a Redis server, working with numbers, performing basic operations, and handling data structures such as lists and hashes using Java with the Lettuce client library.
Overview
Syllabus
- Unit 1: Connecting to a Redis Server Using Java
- Connect to Redis Server and Store a Value
- Store and Retrieve Hero Value in Redis Using Lettuce API
- Handling Multiline Strings in Redis with Java
- Fixing Redis Key Retrieval Error in Java Task
- Store and Retrieve Strings with Redis in Java
- Connect to Redis Server and Set/Get Key-Value Pair
- Unit 2: Working with Numbers in Redis Using Java
- Working with Numbers in Redis using Lettuce API
- Fix Redis Count Incrementation
- Fill in the Missing Redis Code Blocks in Java
- Connecting to Redis and Handling Numeric Values in Java
- Unit 3: Operations with Numbers in Redis Using Java
- Working with Redis Data Types in Java
- Decrement and Increment Redis Values with Lettuce API
- Identify and Fix Redis Increment Bug in Java
- Increment and Decrement Operations in Redis Using Java
- Performing Numerical Operations on Redis Keys
- Unit 4: Introduction to Redis Lists Using Java
- Working with Redis Lists in Java
- Working with Redis Lists in Java Using Lindex Command
- Working with Numbers in Redis using Lettuce API
- Printing First Two Students from Redis List
- Fix the Bug to Print the First Student from the List
- Adding and Retrieving Movies from Redis List in Java
- Creating and Retrieving a Redis List with Java
- Unit 5: Understanding Redis Hashes Using Java with the Lettuce API
- Redis Hashes in Action: Using Lettuce API
- Modify Redis Hash to Include Country Field
- Retrieve Specific Field from Redis Hash Using Lettuce API
- Identifying and Fixing Redis Hash Error in Java
- Storing and Retrieving Movie Details using Redis Hash
- Store and Retrieve Travel Destination Using Redis Hash in Java