Need installation help
-
My website is on cloudways and I am using wp rocket plugin. I have enabeld redis in our server. (cloudways panel). I have followed these steps;
1) I have insatlled the plugin
2) I have added this cache credentials in config.php file$redis_server = array(
‘host’ => ‘127.0.0.1’,
‘port’ => 6379,
‘auth’ => ‘12345’,
‘database’ => 0, // Optionally use a specific numeric Redis database. Default is 0.
);3) What next I have to do? Where I can find object-cache.php? to follow this step:
Install object-cache.php to wp-content/object-cache.php with a symlink or by copying the file.What else I have to do? How I can ensure the redis cache is executing well?
PLEASE REMEMBER THAT I AM NON-TECHIE BUT STILL CAN FOLLOW YOUR GUIDANCE
Thank youThe page I need help with: [log in to see the link]
- The topic ‘Need installation help’ is closed to new replies.