• Resolved saens

    (@saens)


    Hi,
    I’m using W3TC page caching (disk). Would switching that option to redis expect to give issues when using your plugin for object caching?
    I’m not seeing issues in my staging right now, but tests are never 100% coverage.

    I know too little about the inner workings of REDIS to know if conflicts are possible.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    You can use disk caching for your page cache and Redis for your Object Cache 👍

    Thread Starter saens

    (@saens)

    Thanks for your reply.

    However, my w3tc page cache is set to redis. So I’m wondering if there’s room for conflict there.
    Would it make sense to have w3tc page cache to redis db0 and your plugin to db1?

    Plugin Author Till Krüss

    (@tillkruess)

    Yes, or set a prefix 👍🏻

    Thread Starter saens

    (@saens)

    Alright, so setting a prefix means your plugin only touches/creates those keys, right?
    Even when calling a Flush Cache from the Overview tab?

    Plugin Author Till Krüss

    (@tillkruess)

    For that you’ll need selective flushing. Using a separate db index is the best solution and fastest flushing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Redis Object Cache + W3TC page cache (in redis)’ is closed to new replies.