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

net: fix redis ZAdd #2815

Closed
wants to merge 1 commit into from
Closed

net: fix redis ZAdd #2815

wants to merge 1 commit into from

Commits on Jan 2, 2024

  1. net: fix redis ZAdd

    There was a breaking change to go-redis library redis/go-redis#2818
    
    I've checked how it handles interface{} command arguments and it
    converts int64 to string so this change should fix the problem.
    
    Closes #2806
    
    Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
    AlexanderYastrebov committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    416bfe7 View commit details
    Browse the repository at this point in the history