First of all, of course, the search for relevant information
1 Redis design and implementation
http://redisbook.com/
2 Redis Quick Start
Http://www.yiibai.com/redis/redis_quick_guide.html
3 Documentation
Http://redis.io/documentation
4 SSDB
http://ssdb.io/zh_cn/
The official slogan is to replace Redis, based on LEVELDB, which is fast and often used in conjunction with Redis
Encourage yourself, why do I take notes? :
To learn something, not only to know what (concept, definition, theory), but also to think about why (principle, reason), and how to do (practical use). Otherwise is to skim, waste time, better not to see, than to do more physical exercise and so on, or even go to sleep.
The role of note-taking, is to think about their own summary of things, convenient after processing, improve the use of efficiency.
1 Preparing to learn Redis