Redis的源代码分析

http://blog.csdn.net/yanghehong/article/details/6074472

比较全面但不太详细的分析:Redis: under the hood

 

Redis的字符串实现:http://code.google.com/p/redis/wiki/HackingStrings

 

Redis的事件库:http://code.google.com/p/redis/wiki/RedisEventLibrary

 

Redis的虚拟内存实现:http://code.google.com/p/redis/wiki/VirtualMemorySpecification

 

简单的读和写的完整处理过程:More Redis internals: Tracing a GET & SET  (同时也是一个挺好的GDB调试研究源码的实例教程)

posted @ 2012-09-14 19:19  balaamwe  阅读(160)  评论(0编辑  收藏  举报