redis-test/README.md
2021-12-12 20:18:16 +08:00

17 lines
746 B
Markdown

# redis-test
redis 学习详解。
## 思维导图
![思维导图](https://pan.zeekling.cn/zeekling/redis/Redis%E5%9F%BA%E6%9C%AC%E7%9F%A5%E8%AF%86%E6%80%BB%E7%BB%93.png)
## 相关文章
- [Java 中使用Redis 简单操作](https://www.zeekling.cn/articles/2020/06/22/1592757637089.html)
- [Redis数据清理详解](https://www.zeekling.cn/articles/2020/06/22/1592922698436.html)
- [理解Redis的内存](https://www.zeekling.cn/articles/2020/07/04/1593860561539.html)
- [Redis 集群详解](https://www.zeekling.cn/articles/2020/07/21/1595342026052.html)
- [Redis Sentinel哨兵机制](https://www.zeekling.cn/articles/2020/07/21/1595343778998.html)
- [Redis 慢查询分析](https://www.zeekling.cn/articles/2020/07/23/1595493094855.html)