最近在看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

最近在看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

相关文章: