• alexanderdean

    (@alexanderdean)


    Greetings and thank you for the great plugin…

    1. I have the plugin running with the following config values:
    define(‘WP_REDIS_CLIENT’, ‘pecl’);
    define(‘WP_CACHE_KEY_SALT’, ‘whatever.com’);
    define(‘WP_REDIS_SELECTIVE_FLUSH’, true);

    Everything is running ok, but when I click the Flush Cache button, there are many entries from different groups that remain in the Redis database. I don’t see a pattern except that they all have TTL = 0… Any insights here?

    2. I’m wondering if there is a list of recommended ignored groups for various typical WordPress installations. For example, for an installation running WooCommerce are there any groups that should be ignored. W3TC lists these groups by default as ones that should be ignored:
    -comment
    -counts
    -plugins
    Are these groups ignored by default by the plugin or should we list them or does it not matter? Any thoughts?

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

    (@tillkruess)

    Can you try setting WP_REDIS_SELECTIVE_FLUSH to false and see if the flushing issue persists?

    This plugin by default ignores: counts and plugins, you can change the list with the WP_REDIS_IGNORED_GROUPS constant.

Viewing 1 replies (of 1 total)

The topic ‘Flush Cache & Ignored Groups Questions’ is closed to new replies.