redis_book/README.md
2022-12-23 21:58:56 +08:00

25 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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)
- [字典](dict/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)