[Redis 01] Introduction to Redis and Analysis of 5 Core Data Structures

Today I will enter the topic of Redis. This topic will mainly talk about the commonly used data structure of redis, the architecture of redis master-slave, sentinel, distributed cluster, etc., as well as the distributed lock of redis, the analysis of redis performance optimization source code, etc.

Table of contents

1. Introduction to Redis

1. Redis generation background

2. Features of Redis

3. Advantages of Redis

Guess you like

Origin blog.csdn.net/Alex_81D/article/details/130865653
Recommended