DEV Community

wayne
wayne

Posted on

Learning to write technical document in english: How to ensure the data consistency between Redis and Mysql?

When we architecting a web application which requiring high-frequency query mysql, and frequent query the duplicate data. Then we need to implement redis as caching layer between frontend and mysql to mitigate/reduce mysql query load (direct query pressure). So the question is how to guarantee the data consistency between Redis and Mysql?

Top comments (0)