redi 资料汇总

来源:互联网 发布:购买的淘宝音乐怎么用 编辑:程序博客网 时间:2024/05/29 15:09

更新请参考:http://www.petermao.com/redis/14.html

官方文档:

redis源码doc目录中的所有文档

官方网站:http://redis.io/

命令集合:http://redis.io/commands

国外分析文档:

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/

一些中文文档:

概述性的介绍了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

接下来的分析主要基于2.0.4,我是从去年11月份开始学习这个代码的,那时的稳定版本还是2.0.4的,没想到,才不到半年时间,就升到了2.2.4,代码结构也有了很大的变化,原来2.0.4一个redis.c文件有11000行代码,像aof、rdb、vm等功能都集成到这一个文件里,当时看起来真费劲,不过之后作者把这些功能分开了,放到不同的文件里了。不过功能还没有太大的变化,还是可以借鉴的。

备注:我将一些文章中的代码着色后会使得文章超过baidu空间中的字数限制,这就迫使我寻求其他方法。最后在redice的帮助下,利用他的主机搭建了一个个人blog,在此谢过redice。所有文章仅在个人blog进行后续更新,baidu空间仅作为一个备份。

0 0
原创粉丝点击