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: switch to Rueidis client for Redis #5593

Merged
merged 3 commits into from
Dec 20, 2022

Commits on Dec 8, 2022

  1. cacheutil: replace go-redis with rueidis client

    Switch client to rueidis because it is faster and supports client-side
    caching. Tested it in production for a few months.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7ee0670 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. cacheutil: fix according to review

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1c3d163 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge branch 'main' into add_rueidis_client_support

    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    bwplotka committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b756c41 View commit details
    Browse the repository at this point in the history