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

cache: attach object storage hash to iter key #6880

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Commits on Feb 19, 2024

  1. cache: attach object storage hash to iter key

    Attach object storage hash to the iter key so that it would be possible
    to reuse the same cache storage e.g. Redis for different buckets.
    Without this, the results are funny to say the least if you accidentally
    attempt to do that. Thus, let's add the hash to reduce the possibility
    of an accident for our users.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5a01c0c View commit details
    Browse the repository at this point in the history