-
Notifications
You must be signed in to change notification settings - Fork 75
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
Maint::Cache::Delete does not honor --keeptype in the Redis case #311
Comments
Some investigation showed that However some strangeness concerning the option no --keep-type is passed
one or more --keep-type options are passedThese types are still deleted as the relevant regex is broken. |
more verbose names for variable names Explicitily handle the case when KeepTypes is a reference to an empty array.
Issue #311: ignore .swn files, as generated by vim
The tests look good. Closing when a manual inspection looks fine too. |
Manually tested Maint::Cache::Delete with:
Looks good, closing the issue. |
I did:
and got 38 keys. I expected that all keys were removed.
The text was updated successfully, but these errors were encountered: