1 官方文档:
redis源码doc目录中的所有文档
官方网站:http://redis.io/
命令集合:http://redis.io/commands
2 国外分析文档:
redis-from-the-ground-up:
http://blog.mjrusso.com/2010/10/17/redis-from-the-ground-up.html
Redis: under the hood
http://pauladamsmith.com/articles/redis-under-the-hood.html
redis cookbook:
http://www.rediscookbook.org/
redis tutorial:
http://simonwillison.net/static/2010/redis-tutorial/
Redis Virtual Memory: the story and the code:
http://antirez.com/post/redis-virtual-memory-story.html
redis性能测试:
http://jaksprats.wordpress.com/2010/09/22/12/
3 一些中文文档:
概述性的介绍了redis的特点和使用:
http://www.cnblogs.com/xhan/archive/2011/02/08/1949867.html
读Redis有感:
http://blog.csdn.net/gpcuster/archive/2010/10/21/5956555.aspx
Redis误区
http://timyang.net/data/redis-misunderstanding/
Redis内存陷阱
http://www.javaeye.com/topic/808293
4 友情提示
我是从去年11月份开始学习这个代码的,那时的稳定版本还是2.0.4的,没想到,才不到半年时间,就升到了2.2.4,代码结构也有了很大的变化,原来2.0.4一个redis.c文件有11000行代码,像aof、rdb、vm 等功能都集成到这一个文件里,当时看起来真费劲,不过之后作者把这些功能分开了,放到不同的文件里了。接下来的分析主要基于2.0.4,未来有时间会更新 到最新版本。
备注:文章最初发表在http://hi.baidu.com/petermao/,不过后来我将一些文章中的代码着色后会使得文章超过baidu空间中的字数限制,这就迫使我寻求其他方法。最后在redice的帮助下,利用他的主机搭建了个人blog,在此谢过redice。所有文章仅在个人blog进行后续更新,baidu空间仅作为一个备份。
你好,我正在阅读redis的源代码,有些地方理解的不太清楚,可否交流交流。
Hi, 你可以直接在这里询问。 也可以通过petermaocom at gmail.com(没有空格)联系我~~
Pingback 引用通告: redis资料汇总 - 向东有岸