8000 GitHub - noselhq/redis_source_anntation: redis 1.0源码注解
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

noselhq/redis_source_anntation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Redis 1.0源码注释

Redis源码注解个人博客

作者:彭鹏

目前就职:百度商业基础平台部

Email:pengpeng03@baidu.com

第一章 MAKEFILE


1. `'MAKEFILE'` 				---2014.6.6(注释完)

第二章 Redis里的链表


1. `ADLIST.H`  					---2014.6.6(注释完)
2. `ADLIST.C`                   ---2014.6.7(注释完)

第三章 Redis里的内存分配


1. 'config.h'                  ---2014.6.7(注释完)
2. 'zmalloc.h'                 ---2014.6.7(注释完)
3. 'zmalloc.c'                 ---2014.6.7(注释完)

第四章 Redis里的字符串操作###


1.sds.h                       ---2014.6.11(注释完)
2.sds.c                       ---2014.6.17(注释完)

第五章 Redis里的Hash操作###


1.dict.h                       ---2014.6.19(注释完)
2.dict.c                       ---2014.6.20(注释完)

第六章 Redis里的事件驱动机制###


1.ae.h                        ---2014.6.20(注释完)
2.ae.c                        ---2014.6.21(注释完)

第七章 Redis里网络相关操纵###


1、anet.h                     ---2014.6.21(注释完)

About

redis 1.0源码注解

Resources

License

Apache-2.0, BSD-3-Clause licenses found

Licenses found

Apache-2.0
LICENSE
BSD-3-Clause
COPYING

Stars

Watchers

Forks

Rele 2D6B ases

No releases published

Packages

No packages published
0