Go: Fix Ordering of Sorted Set With Scores Commands - #3712
Merged
Merged
Conversation
Signed-off-by: Edward Liang <edward.liang@improving.com>
Signed-off-by: Edward Liang <edward.liang@improving.com>
Yury-Fridlyand
approved these changes
Apr 30, 2025
Signed-off-by: Edward Liang <edward.liang@improving.com>
yipin-chen
approved these changes
Apr 30, 2025
Closed
avifenesh
pushed a commit
that referenced
this pull request
May 2, 2025
(cherry picked from commit 44963fd)
jbrinkman
added a commit
that referenced
this pull request
May 5, 2025
This reverts commit 01db2a1. Signed-off-by: jbrinkman <joe.brinkman@improving.com>
jbrinkman
added a commit
that referenced
this pull request
May 5, 2025
* Revert "Go: Fix Ordering of Sorted Set With Scores Commands (#3712)" This reverts commit 01db2a1. Signed-off-by: jbrinkman <joe.brinkman@improving.com> * Fix broken dependencies during Go backport to 1.3.3 Signed-off-by: jbrinkman <joe.brinkman@improving.com> * Skip failing tests Signed-off-by: jbrinkman <joe.brinkman@improving.com> * Revert "Go: Fix Rust static binary size (#3507)" This reverts commit 0203cda. Signed-off-by: jbrinkman <joe.brinkman@improving.com> # Conflicts: # CHANGELOG.md --------- Signed-off-by: jbrinkman <joe.brinkman@improving.com>
ikolomi
pushed a commit
that referenced
this pull request
May 11, 2025
affonsov
pushed a commit
that referenced
this pull request
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes the ordering of the result returned in other sorted set commands. A follow-up to #3694 for applying the fix to all other relevant commands.
Issue link
This Pull Request is linked to issue (URL): #3639
Checklist
Before submitting the PR make sure the following are checked: