redis is a storage system. It supports storing relatively more value types, including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type). "Maizi Academy's in-depth redis video tutorial" takes you from shallow to deep understanding of this system.
Difficulty:Elementary
Total of20 chapters
40829 plays
Chapter1Introduction to Redis and installation commands
Through the "Maizi Academy's in-depth redis video tutorial", you will understand the characteristics of Redis and master the basic operations of Redis.