• Resolved owenpiccirillo

    (@owenpiccirillo)


    Okay so my server comany LIQUID WEB had to activate it in the backend, i tried docker and it wouldn’t work.

    I have plesk with 100 websites.

    I tried on the first website and it connected and seems to be working, I then did a test and installed the plugin on a second website on my plesk and then it pulled the cache database onto the website from the first website.

    I read that you have to change

    // change the database for each site to avoid cache collisions
    define( ‘WP_REDIS_DATABASE’, 1 );

    I changed it to the number 1 from 0 and this worked!

    I have 200 websites and it only says in the documentation up to 15….

    Is there a workaround so I can get all the websites caches? Is this the best method or should i can I just put the “salt” domain name in the define for REDIS and that would work and leave the databse set to 0?

    Thanks

    -O

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Got it to work! but one question’ is closed to new replies.