WP_REDIS_SELECTIVE_FLUSH and WP_CACHE_KEY_SALT do not allow clearing cache
-
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.
The topic ‘WP_REDIS_SELECTIVE_FLUSH and WP_CACHE_KEY_SALT do not allow clearing cache’ is closed to new replies.