Skip to content

Commit

Permalink
内存淘汰算法添加中文注释 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Binbin <[email protected]>
  • Loading branch information
huihuang-chen and enjoy-binbin authored Oct 23, 2022
1 parent 7f6d7d6 commit d932e6e
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ redis 仓库链接:https://github.com/redis/redis<br>
| [ae.c](https://github.com/CN-annotation-team/redis7.0-chinese-annotated/blob/7.0-cn-annotated/src/ae.c) | redis 事件循环器功能 | 完成 |
| [multi.c](https://github.com/CN-annotation-team/redis7.0-chinese-annotated/blob/7.0-cn-annotated/src/multi.c) | redis 事务实现 | 完成 |
| [redis-check-rdb.c](https://github.com/CN-annotation-team/redis7.0-chinese-annotated/blob/7.0-cn-annotated/src/redis-check-rdb.c) | Redis RDB 检查工具 | 完成 |
| [aof.c](https://github.com/CN-annotation-team/redis7.0-chinese-annotated/blob/7.0-cn-annotated/src/aof.c) | redis AOF功能 | 过半 |
| [evict.c](https://github.com/CN-annotation-team/redis7.0-chinese-annotated/blob/7.0-cn-annotated/src/evict.c) | 四种 redis 内存淘汰算法 | 完成 |
| [aof.c](https://github.com/CN-annotation-team/redis7.0-chinese-annotated/blob/7.0-cn-annotated/src/aof.c) | redis AOF 功能 | 过半 |
</p>
尚未有中文注释的文件不会出现在表格中。<br>
更新日期:2022/10/22
更新日期:2022/10/23


## 关于提交 PR 的方法:
Expand Down
Loading

0 comments on commit d932e6e

Please sign in to comment.