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

Allow exponent part in doubles #14

Merged
merged 1 commit into from
Mar 12, 2023

Conversation

zuiderkwast
Copy link
Contributor

Apparently, Redis has always been returning large doubles in E notation. It's better that the spec allows it. Fixing it in Redis would be a breaking change.

Fixes redis/redis#11891.

Also related antirez/RESP3#37.

Copy link
Member

@itamarhaber itamarhaber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch @zuiderkwast - merging (+1 on adhering to the original writing style ;))

@itamarhaber itamarhaber merged commit a8e0a15 into redis:master Mar 12, 2023
itamarhaber added a commit to itamarhaber/redis-doc that referenced this pull request Mar 12, 2023
@zuiderkwast zuiderkwast deleted the resp3-float-scientific branch March 12, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] RESP3 spec "Exponential format is invalid" but redis returns them
2 participants