Redis学习系列

最近在看redis的代码,简单记录下自己认为重要的点,自己写比较费时间的,我会把查到的资料贴出来方便查看 

 

 淘宝的redis内存分析

http://www.searchtb.com/2011/05/redis-storage.html

淘宝关于zipmap和skiplist的分析

http://rdc.taobao.com/blog/cs/?tag=redis 

 

redis各个点的分析,值得一看!!!

http://www.petermao.com/category/redis

 

协议,主从复制,事件模型,持久化

http://www.hoterran.info/redis_protocol

http://www.hoterran.info/redis_replication

http://www.hoterran.info/redis_eventlibrary

http://www.hoterran.info/redis_persistence

posted @ 2012-10-13 14:52  Old  阅读(182)  评论(0编辑  收藏  举报