pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 68 forks source link

Adds constant to filter global caching groups #331

Closed JanThiel closed 2 years ago

JanThiel commented 2 years ago

Setting an array value to WP_REDIS_IGNORE_GLOBAL_GROUPS removes these caching groups from the global caching group array and prevents them from being set.

Fixes https://github.com/pantheon-systems/wp-redis/issues/330