幫助閱讀地址
http://redissrc.readthedocs.io/en/latest/init/server.html
http://blog.csdn.net/androidlushangderen/article/details/39964591
1.下載
wget http://download.redis.io/releases/redis-3.2.5.tar.gz
tar zxvf redis-3.2.5.tar.gz
git地址
https://github.com/antirez/redis
閱讀幫助
http://zcheng.ren/2016/12/19/TheAnnotatedRedisSourceQuicklist/
http://www.lxweimin.com/p/8a08113f5828
帶有源碼注釋的
https://github.com/huangz1990/redis-3.0-annotated
c 語言開發(fā)工具jetbrains(或者直接用vim)
https://www.jetbrains.com/clion/download/download-thanks.html?platform=linux
Paste_Image.png