Redis Backend
Last updated: Apr 3, 2026Table of Contents
Redis FAQ (Backend)
Redis data structure

Redis部署模式
- 主從複製模式 (Master-Slave Replication)
- 哨兵模式 (Sentinel)
- 叢集模式 (Cluster)
- https://hackmd.io/@tienyulin/redis-master-slave-replication-sentinel-cluster
Why redis is fast?
- https://blog.csdn.net/CSDN2497242041/article/details/120755188
- https://boilingfrog.github.io/2022/01/07/为什么redis的查询比较快/