pantheon-systems / wp-redis

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

Use `flushdb` instead of `flushAll` #259

Closed danielbachhuber closed 4 years ago

danielbachhuber commented 4 years ago

flushAll flushes all Redis database instances. We only want to flush the database WordPress is connected to.

Fixes #258