Redis (How does MySQL and redis work together ?), Redismysql

Source: Internet
Author: User

Redis (How does MySQL and redis work together ?), Redismysql

Beginner:

Redis is also a server. It is mainly deployed on the server to relieve the pressure on the server. For high-traffic data, it can be cached to redis first. When users access redis directly, they no longer need to directly access the database, ease the pressure on the database. Mysql mainly stores data.

First, use MySQL to write data, and use redis to read data. Use Triggers between MySQL and redis to synchronize data.

Second, redis is used in some key areas. For example, if a result reads a large number of times, the result can be saved to redis, and redis will be read first.
Memcahe is mainly used for local cache file synchronization.

 

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.