EE Caches WordPress Settings

I’m using the latest version of EE on an Ubuntu 16.04 VPS with PHP 7 and Redis cache.

When trying to update whatever setting through /wp-admin/, it just reverts back to the old one.

If I disable the Redis cache, the settings go to the updated ones, so the Redis cache is caching WordPress settings.

I tried flushing the cache and clearing my browser’s cache (also using a different browser), but it didn’t work.

So what’s my solution here, other than disabling the Redis cache altogether? Something with “WP_REDIS_IGNORED_GROUPS” ? Currently ignored groups: [“counts”,“plugins”,“themes”]