Hi,
I have a problem when your plugin is enabled with redis object cache.
The problem is that “Proxy Cache Purge” is calling wp_cache_flush when someone presumably edit or create a post and then it flushes all my redis db invalidating all my caches every minute.
I have a very busy server, with more than 200 concurrent users.
Disabled Proxy Cache Purge and the problem is gone, but I still wish to use Proxy Cache Purge for varnish purging. What can be done ?