Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use flushdb instead of flushAll #259

Merged
merged 3 commits into from
Dec 19, 2019
Merged

Use flushdb instead of flushAll #259

merged 3 commits into from
Dec 19, 2019

Conversation

danielbachhuber
Copy link
Contributor

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

Fixes #258

`flushAll` flushes all Redis database instances. We only want to flush
the database WordPress is connected to.
@danielbachhuber danielbachhuber merged commit a226875 into master Dec 19, 2019
@danielbachhuber danielbachhuber deleted the 258-use-flush-db branch December 19, 2019 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

object-cache.php uses flushAll, not flushDb
1 participant