Redis flush is no longer selective by default

Before, when one site tried to empty their Redis cache, they would only flush their own cache keys and values by running a custom script. This script could cause performance issues on the other sites if the Redis cache was too big while being purged, sometimes hanging reads. We’ve changed it so it will flush the entire Redis cache, which is faster both to flush and repopulate.

WordPress Cookie Notice by Real Cookie Banner