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.

How to activate Redis on your server

Log in your Sellcloud panel, enter your Advance tab management page. Click on Redis sub-tab

In the Redis page, click the cog icon. Then click the popup Install Redis button. It will take a few minutes for the installation to complete.

Once installed, if you hover your moouse on the red dot, it will show Redis is running. Gray dot means not running. You can also see the Redis Memory usage, CPU usage and Redis version installed on your server.

Click the cog settings icon. In the popup tab, you can uninstall, stop or restart Redis.

Install the Redis Object Cache plugin

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.