Chuanzhi Podcast redis basic video tutorial
Redis is a key-value storage system. Similar to Memcached, it supports relatively more stored value types, including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type). These data types all support push/pop, add/remove, intersection, union, difference, and richer operations, and these operations are all atomic.
Intermediate
redis
50252 person learning
13class hour
04 hours 36 minutes 52 secondsTotal course duration
2022-04-12update
迷茫
Gold lecturer
A total of 46 courses Student37850 Lecturer rating5.9
业精于勤,荒于嬉;行成于思,毁于随。More>>
You will learn:
You can learn that redis supports various different ways of sorting. Like memcached, data is cached in memory to ensure efficiency. The difference is that redis will periodically write updated data to disk or write modification operations to additional record files, and on this basis, master-slave (master-slave) synchronization is achieved.
Chuanzhi Podcast redis basic video tutorial
Start Learning
This course includes:
04 hours 36 minutes 52 seconds Watch videos anytime
0 Download Resources
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!