Boost.Redis is a modern, asynchronous C++ library that provides an efficient way to interact with Redis. This course covers essential Redis operations such as connecting to a Redis server, working with numbers, performing basic operations, and handling data structures like lists and hashes using **Boost.Redis**.
Overview
Syllabus
- Unit 1: Connecting to Redis Server
- Connecting to Redis with Boost.Redis in C++
- Connect to Redis and Store Hero Name
- Handling Multiline Strings in Redis Using Boost C++
- Fix the Redis Key Retrieval Error
- Store and Retrieve String in Redis Using Boost C++
- Connect to Redis and Set/Get Key-Value Pair
- Unit 2: Working with Numbers
- Working with Numeric Values in Redis Using Boost.Redis
- Debugging Redis Value Retrieval and Increment in C++
- Setting and Retrieving Numeric Values with Boost.Redis
- Connect to Redis and Print Numeric Values
- Unit 3: Numeric Operations in Redis
- Running Redis Numeric Operations in C++
- Modifying Redis Numeric Operations
- Fix the Bug in Redis Numeric Operations
- Incrementing and Decrementing Values in Redis
- Performing Numeric Operations on Redis Keys
- Unit 4: Working with Redis Lists
- Working with Redis Lists Using LRANGE
- Retrieving Elements from Redis Lists with LINDEX
- Working with Numbers in Redis Lists
- Retrieving First Two Students from Redis List
- Fixing the List Index Bug
- Adding Items to a Redis List
- Creating a Redis List in C++
- Unit 5: Working with Redis Hashes
- Running Redis Hash Commands in C++
- Add a Country Field to a Redis Hash
- Retrieve a Specific Field from a Redis Hash Using HGET in C++
- Fixing a Redis Hash Field Retrieval Error in C++
- Storing and Retrieving Movie Details with Redis Hashes in C++
- Store and Retrieve Travel Destination Details with Redis Hashes in C++