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

Because replace is a client strategy, it should only remove client locks aka queue locks. #778

Commits on Apr 27, 2023

  1. Because replace is a client strategy, it should only remove client …

    …locks aka queue locks.
    bigzed committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    31f19b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Imrove code quality and reduce method size.

    Cleaning up `Digests#delete_by_digest`. Instead of assembling all keys
    inside of the method, we introduced a const and two helper methods to
    make the code easier on the eyes.
    bigzed committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    96939ce View commit details
    Browse the repository at this point in the history