Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 324 Bytes

Redis 源码注释

项目目标:对 Redis 源码进行完整注释。

已完成:

  • 双端链表数据结构: adlist.hadlist.c

  • 事件处理: ae.hae.c

  • 字典数据结构: dict.hdict.c

  • Lua 脚本支持: scripting.c

  • 事务和 WATCH/UNWATCH : multi.c