• Resolved Chad Holden

    (@holdench)


    I run a decently large Multisite (Using domains — not subdomains or folders) with 12 total servers (3 each for NGINX, Storage, DB and LB) and I have redis installed on the NGINX servers running in a cluster. All nodes are in the cluster.

    My question is, do I need both NGINX Helper and Redis Cache? I’m finding when my users make an update, they can’t see it on the front end for quite some time. I thought the plugin cleared out the cache of any page that has recently been published.

    Am I missing something?

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

    (@tillkruess)

    I prefer using only Redis, instead of also having to manage Nginx’s cache.

    Thread Starter Chad Holden

    (@holdench)

    What does your Redis Object Cache capture? All requests or just DB? I was under the impression that Redis Object Cache was more or less for DB requests (ie transients).

    Plugin Author Till Krüss

    (@tillkruess)

    WP’s object cache doesn’t cache requests, it caches objects.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Redis Cache with NGINX Helper (FastCGI Cache)’ is closed to new replies.