-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ZRANGEBYSCORE doesn't support +INF/-INF #326
Labels
bug
Something isn't working
Comments
boazsade
added a commit
to boazsade/dragonfly
that referenced
this issue
Sep 29, 2022
…ragonflydb#326 Signed-off-by: Boaz Sade <[email protected]>
This issue relate to the use of INF in capital letters (same command with lower case would work) |
boazsade
added a commit
to boazsade/dragonfly
that referenced
this issue
Sep 29, 2022
…ragonflydb#326 Signed-off-by: Boaz Sade <[email protected]>
boazsade
added a commit
to boazsade/dragonfly
that referenced
this issue
Sep 29, 2022
…ragonflydb#326 Signed-off-by: Boaz Sade <[email protected]>
boazsade
added a commit
to boazsade/dragonfly
that referenced
this issue
Sep 29, 2022
…ragonflydb#326 Signed-off-by: Boaz Sade <[email protected]>
boazsade
added a commit
to boazsade/dragonfly
that referenced
this issue
Sep 29, 2022
…ragonflydb#326 Signed-off-by: Boaz Sade <[email protected]>
romange
pushed a commit
that referenced
this issue
Sep 29, 2022
(#336) Signed-off-by: Boaz Sade <[email protected]> Signed-off-by: Boaz Sade <[email protected]> Co-authored-by: Boaz Sade <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Reproduce
"ZRANGEBYSCORE" "key" "31" "+INF" "WITHSCORES"
(error) ERR min or max is not a float
Expected behavior
Redis supports this.
The text was updated successfully, but these errors were encountered: