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
- Lesson 1: Connecting to a Redis Server Using Java
- Lesson 2: Working with Numbers in Redis Using Java
- Lesson 3: Operations with Numbers in Redis Using Java
- Lesson 4: Introduction to Redis Lists Using Java
- Lesson 5: Understanding Redis Hashes Using Java with the Lettuce API