June 2017
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  

Categories

June 2017
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  

Redis is a shallow introductory tutorial

Redis is a shallow introductory tutorial

1. Introduction to Redis

Redis is an open source using ANSI C language-based, memory-based Key-Value database.

It supports storing more value types, including string, list, set, zset (sorted collection), and hash (hash type).

Redis supports master-slave synchronization, and data can be synchronized from the master server to any number […]