Description
In this course, you will learn:
- Setting up
- Introduction to redis basics
- Datasets in depth
- Advanced Concepts
Syllabus:
- Introduction
- Course prerequisites
- Using the exercise files
1. Setting Up
- Install Redis
- Setting up Redis with ioredis
- Overview of the client tools
2. Introduction to Redis Basics
- Introduction to Redis
- Data types available
- Redis persistence explained
- Setting up persistence
- Setting up replication
- Redis further configuration
3. Datasets in Depth
- Exploration of strings
- Strings in action
- The hash data structure
- Hashes in action
- Exploration of lists
- Lists in action
- Challenge: Implement ioredis
- Solution: Implement ioredis
- Challenge: Explore sorted sets
- Solution: Explore sorted sets
4. Advanced Concepts
- Security with Redis
- Publish and subscribe with Redis
- Redis cluster and Sentinel