[Redis Overview] Redis Overview

The three stages of learning redis
Phase 1: Use redis: get set operation hash kv structure is gone;
Phase 2: underlying principle
Phase 3: Architecture design under high concurrency How to use redis cluster (combined with specific distributed microservice projects together)

[Redis Part 1] Start-up (Redis application scenario + cache + distributed lock + message queue + data type + five questions)

[Redis Part 2] Comparison of Redis and Memcache + two persistence + three invalidation deletion + six elimination strategies + thread model + cluster + other features

[Redis Chapter 3] Usage level: Redis special usage

[Redis Chapter 4] Principle level: Jump table source code analysis

[Redis Chapter 5] Principle level: Three types of distributed locks (mysql + zookeeper + redis)

[Redis Chapter 6] Use level: Redis implements message queues

[Redis Part 7] Interview bonus items: cache penetration, bloom filter-count filter-cuckoo filter

[Redis Chapter 8] Interview bonus items: Redis special types, from bitmap bitmap to HyperLogLog, HyperLogLog source code analysis

[Redis Chapter 9] Three parts: database in Redis server + add, delete, check and modify + life time, RDB persistence + AOF persistence, event + client + server

Redis test points:
First, the starting type 1 : five basic types + seven special types, five cache problems (avalanche, penetration, breakdown, update, data consistency) three bonus items: jump table and bitmap+hyperloglog and Bloom filter
second, starting type 2 : three ways of distributed lock + message queue
third, advanced 1 : Redis and Memcache comparison + two kinds of persistence + three invalid deletion + six kinds of elimination Strategy + Thread Model + Cluster + Other Features
Fourth, Advanced 2 : Use Level: Redis Special Usage
Fifth, Advanced 3-Three Part
5.1 Database in Redis Server + Additions , Deletions , and Changes + Life Time;
5.2 RDB Persistence + AOF persistence
5.3 event (file event + time event) + client + server

Guess you like

Origin blog.csdn.net/qq_36963950/article/details/106092172