Using a persistent object cache such as Redis cache allows for the reuse of cached objects rather than requiring the MySQL database to be queried a second time for the same object. The result is that Redis can reduce the load on a website's MySQL database, simultaneously decreasing the response time of the site and increasing the site's ability to scale and handle additional traffic.
If you have installed Redis on your Wordpress app, you will also need to install the Redis Object Cache plugin to use Redis with WordPress. Please view tutorial for help.