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

Conversation

AlexanderYastrebov
Copy link
Member

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

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 AlexanderYastrebov added minor no risk changes, for example new filters dependencies Pull requests that update a dependency file labels Jan 2, 2024
@MustafaSaber
Copy link
Member

👍

1 similar comment
@RomanZavodskikh
Copy link
Member

👍

@szuecs
Copy link
Member

szuecs commented Jan 3, 2024

Let's wait some time to see if we get an answer from the referenced go-redis issue

@szuecs
Copy link
Member

szuecs commented Jan 4, 2024

redis/go-redis#2817 has more communication.

@AlexanderYastrebov
Copy link
Member Author

The change in redis library was reverted #2830

@AlexanderYastrebov AlexanderYastrebov deleted the net/fix-zadd branch January 8, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor no risk changes, for example new filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants