• Resolved gabrielfilippi

    (@gabrielfilippi)


    After enabling the following settings:

    define( ‘WP_CACHE_KEY_SALT’, ‘q]RM6%1p)w1alam^sW|vRK|?@D&:}!JIyn~V|Xvync=`.%-WKM:8_/[O%n6-YG&t’);
    define( ‘WP_REDIS_SELECTIVE_FLUSH’, true );

    I can no longer clear the cache through the administrative panel, would it be a bug?

    I even restarted the redis server (elasticache) to perform the cleaning, and after the restart I enabled the plugin, activated the cache and tried to execute the function to clean the cache and it was still not possible.

    If I leave the WP_CACHE_KEY_SALT constant empty, I can clear the cache normally.

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

    (@tillkruess)

    Hey!

    We discourage using WP_REDIS_SELECTIVE_FLUSH

    What’s the exact error you’re seeing when flushing the cache?

Viewing 1 replies (of 1 total)

The topic ‘WP_REDIS_SELECTIVE_FLUSH and WP_CACHE_KEY_SALT do not allow clearing cache’ is closed to new replies.