• 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 you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Hi @vismithams,

    The object-cache.php file is located within the WP Redis plugin. You’ll want to create a symlink from the object-cache.php file to wp-content/object-cache.php, so that WordPress knows to load it. If you’re not sure how to create a symlink, there are a lot of results in a Google search.

    Thread Starter Vivek Narayanankutty Nair

    (@vismithams)

    Thank you
    Where did the plugin moved in wp-admin ? WHere I can see the plugin settings?

    Thread Starter Vivek Narayanankutty Nair

    (@vismithams)

    I really don’t know the plugin is working or not? I contacted my host cloudways they said at server level Redis is running and at the application level, no error is logged either from Redis or wp Redis plugin.

    I also not able to create a symlink

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need installation help’ is closed to new replies.