Introduction to NoSQL (ii)

Source: Internet
Author: User
Introduction to NoSQL (ii)

About Redis

  • Redis is similar to memcached and also belongs to K-V data storage
  • Redis official website Redis.io
  • Supports more value types, in addition to string, hash, list (linked list), sets (set), and sorted sets (ordered information)
  • Redis uses two file formats: Full data (RDB) and incremental requests (AOF). The full data format is to write the in-memory data to disk to facilitate the next read of the file to load. The incremental request file serializes the in-memory data into an operation request and is used to read the file for replay to get the data, similar to MySQL binblog.
  • Redis's storage is divided into memory storage, disk storage, and log file three parts.

Introduction to NoSQL (ii)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.