We have this php page which pulls data from mysql database.
We would like to implement Redis for this page.
So that, if the data already exists within Redis, the page will not do the queries but pull the data from redis.
If the data does not exist within Redis, the page should pull the data from mysql and also put the same data into Redis.
Previous Redis experience is REQUIRED.
