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

Fix entire db flush when no "only" keys found #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 7, 2022

  1. Fix entire db flush when no "only" keys found

    Resolves bug that would wipe the entire Redis db when an `only`
    specification is provided but there are no matching keys in the db.
    This is achieved by defaulting the `only` and `except` arguments to
    be `nil`, which signals that they have not been set whereas
    implementation before was ambiguous. And if `only` has not been set,
    then the code knows to use all Redis keys.
    niborg committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    99c7d51 View commit details
    Browse the repository at this point in the history