Redis is an in-memory data structure store 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 Python.
Overview
Syllabus
- Lesson 1: Connecting to a Redis Server
- Lesson 2: Working with Numbers
- Lesson 3: Operations with Numbers
- Lesson 4: Lists in Redis
- Lesson 5: Hashes in Redis