2022-11-28 16:52:51 +00:00
< p align = "center" > < a title = "小令童鞋" target = "_blank" href = "https://github.com/zeekling/redis_doc" > < img src = "https://img.shields.io/github/last-commit/zeekling/redis_doc.svg?style=flat-square&color=FF9900" > < / a >
< a title = "GitHub repo size in bytes" target = "_blank" href = "https://github.com/zeekling/redis_doc" > < img src = "https://img.shields.io/github/repo-size/zeekling/redis_doc.svg?style=flat-square" > < / a >
< a title = "Hits" target = "_blank" href = "https://github.com/zeekling/hits" > < img src = "https://hits.b3log.org/zeekling/redis_doc.svg" > < / a > < / p >
本项目用于学习Redis源码所做的笔记, 便于以后查看复习。没有在Redis源码中直接写注释的原因时源码太多了, 学习成本有点高, 不适合我这种虽然比较菜, 但是爱学习的人学习。
## 目录
- [简介 ](brief )
- [编译 ](brief/complie.md )
- [Redis 6新特性 ](brief/redis6.0.md )
- [Redis 7新特性 ](brief/redis7.0.md )
- [动态字符串 ](sds )
- [跳跃表 ](skiplist/readme.md )
- [压缩表 ](ziplist/readme.md )
## 特别感谢
- [CN-annotation-team/redis7.0-chinese-annotated ](https://github.com/CN-annotation-team/redis7.0-chinese-annotated )
- [redis/redis ](https://github.com/redis/redis )