The difference between Redis and memcache

Source: Internet
Author: User
1. Redis and memcache all store data in memory, which is the memory database. But memcache can also be used to cache other things, examples, videos, and so on. 2, Redis not only supports simple k/v types of data, but also provides data structures such as List,set,hash storage. 3, virtual memory--redis when physical memory is exhausted, you can swap some long-unused value to disk 4, expiration policy--memcache when set, such as set Key1 0 0 8, which never expires. Redis can be used For example expire settings, such as expire name5, distributed-set memcache cluster, using Magent to do a master multi-slave, Redis can do a master multi-slave. Can be a master one from 6, storage data security--memcache hangs, the data is gone; Redis can be saved periodically to disk (persistent) 7, the disaster recovery--memcache hangs, the data is not recoverable; Redis data loss can be restored by AOF 8, Redis support data backup, that is, Master-slave mode of data backup.

The difference between Redis and memcache

Related Article

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.