本项目用于学习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)