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?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)