Course Intermediate 13236
Course Introduction:This course will introduce you to redis from scratch, allowing you to easily master the installation of redis on windows and linux, the use of basic commands, integration with php, and the use of redis as a cache system in thinkphp5 in about an hour.
Course Intermediate 23778
Course Introduction:This course will introduce you to redis from scratch, allowing you to easily master the installation of redis on windows and linux, the use of basic commands, integration with php, and the use of redis as a cache system in thinkphp5 in about an hour.
Course Elementary 5471
Course Introduction:Redis is an open source log-type Key-Value database written in ANSI C language, complies with the BSD protocol, supports the network, can be memory-based and persistent, and provides APIs in multiple languages. It is often called a data structure server because values can be of types such as String, Map, List, sets, and sorted sets.
Course Intermediate 8610
Course Introduction: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.