Home/ Course/ Redis

Chuanzhi Podcast redis basic video tutorial

Introduction Chapter Courseware
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.
  • Difficulty:Intermediate
  • Total of13 chapters
  • 51195 plays
  • About Instructor

    迷茫
    迷茫
    PHP developer
    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.

  • CancelreplySending
  • php.cn