The difference between Redis and memcache

Source: Internet
Author: User

Redis is a key-value storage system. Similar to memcached, it supports storing the value type relatively more,
Includes string (string), list (linked list), set (set), Zset (sorted set-ordered set), and hash (hash type)

Difference:
Both Redis and Memcache store data in memory, both in-memory databases. But memcache can also be used to cache other things, examples, videos, and so on.
Virtual Memory--redis When the physical memory is exhausted, you can swap some long-unused value to disk.
Expiration policy Memcache The expiration setting is more convenient
Distributed is distributed
Storage data security--memcache after hanging, the data is gone; Redis can be saved to disk periodically (persisted)
After the disaster recovery--memcache hangs, the data cannot be recovered; Redis data can be recovered by aof after loss


The main difference is the application scenario
Redis: More performance operations and calculations with smaller data volumes
Memcache: Used to reduce database load in dynamic system, improve performance, cache, improve performance (suitable for read and write less, for a large amount of data, you can use sharding)

Memcache storage efficiency is higher than redis

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.