forked fromhuangzworks/annotated_redis_source
- Notifications
You must be signed in to change notification settings - Fork0
daxcoder/annotated_redis_source
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
本项目是注释版的 Redis 2.6 源码。
原始源码来自:https://github.com/antirez/redis
基本上所有单机 Redis 模块都已经注释了:只有 SENTINEL 模块、REPLICATION 模块、 CLUSTER 模块和一些小的辅助模块没有注释。
除了一些空格/空行/缩进方面的调整外,没有对原始代码进行其他改动。
这份注释源码是《Redis 设计与实现》一书的附属项目,可以到www.redisbook.com 阅读本书。
have fun!
huangz
2013.3.5
另有 Redis 3.0 源码注释提供:https://github.com/huangz1990/redis-3.0-annotated
About
带有详细注释的 Redis 2.6 源码
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- C83.7%
- Tcl14.2%
- Ruby1.2%
- Other0.9%