Why did you choose Redis as a part of your data storage solution? There are three main reasons to think about it now. First, Redis is not only efficient, but also completely free. Second, is based on the C/s development of the server, there should be a certain emotional factors it. The last is easy to get started and easy to operate. Remember when the first contact with Redis, due to the time of the project is quite tense, leaving us a choice of space is very limited, once the technical decision-making mistakes, the consequences are more serious. So before making a decision, I not only quickly browsed the Redis official documents, but also stayed up late to collect a lot of related technical articles on the Internet. After a pass toss, resolutely chose it, now look back to think that they are indeed lucky. The content and data in this blog series are mainly from the official Redis documents, and I only make further explanations and generalizations based on my experience on the commonly used content. Interested netizens can also read the official Redis documentation directly. Due to my limited ability of translation and comprehension, if there is no place, please correct me. Finally, if this series of blogs will allow you to gain after reading, please continue to follow the series of blogs about the new topic behind me.
Redis Learning Manual (opening) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/13/2348935.html First, Introduction Second, the advantages of Redis Third, the current version of the main problems of Redis Iv. Comparison of relational databases V. How to persist memory data
Redis Learning Manual (String data type) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/13/2349815.html I. Overview Ii. List of related commands Iii. Example of a command
Redis Learning Manual (list data type) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/14/2351859.html I. Overview Ii. List of related commands Iii. Example of a command Four, link list structure of small tricks
Redis Learning Manual (set data type) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/15/2352512.html I. Overview Ii. List of related commands Iii. Example of a command Iv. Scope of application
Redis Learning Manual (hashes data type) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/15/2352932.html I. Overview Ii. List of related commands Iii. Example of a command
Redis Learning Manual (sorted-sets data type) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/16/2354994.html I. Overview Ii. List of related commands Iii. Example of a command Iv. Scope of application
Redis Learning Manual (Key operation command) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/18/2356951.html I. Overview Ii. List of related commands Iii. Example of a command
Redis Learning Manual (transactional) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/18/2357783.html I. Overview Ii. List of related commands Iii. Example of a command Iv. Watch command and CAS-based optimistic locking
Redis Learning Manual (Master-slave replication) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/23/2364717.html I. Redis's replication Second, the working principle of replication Third, how to configure replication Iv. Examples of applications
Redis Learning Manual (persistent) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/23/2365017.html I. What persistence mechanisms are provided by Redis Ii. advantages and disadvantages of the RDB mechanism Iii. advantages and disadvantages of the AOF mechanism Iv. Other
Redis Learning Manual (virtual memory) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/24/2366803.html First, Introduction Second, the application scenario Third, the configuration
Redis Learning Manual (pipeline) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/25/2367816.html One, request response protocol and RTT Second, Pipeline (pipelining) Third, Benchmark
Redis Learning Manual (server Management) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/27/2369480.html I. Overview Ii. List of related commands
Redis Learning Manual (memory optimized) Http://www.cnblogs.com/stephen-liu74/archive/2012/02/27/2370521.html First, Special coding Second, bit, and byte-level operations Third, use hash whenever possible
Redis Learning Manual (example code) Http://www.cnblogs.com/stephen-liu74/archive/2012/03/15/2398249.html If you feel that this series of blogs can give you something to gain, please keep your eye on it. If you find that there are obvious flaws in your blog, please correct me. If you are interested in technical communication, you can discuss it via email ([email protected]). If you have a better idea or a better way to achieve it, please enlighten me. If you are already a concern for me, hopefully the subsequent PostgreSQL series will not disappoint you. I am Stephen Liu. |