-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add support for nan
in RESP3 double
#9
Comments
raising this issue further. As @leibale stated, if we enable resp3 we break the reply.
|
So in practice it's already like that, and just missing from the spec (and some clients)? |
Yes, it is missing from the spec and already in use.
|
@itamarhaber what's the verdict here? did we add it to the spec? |
Changing the spec is above my paygrade - it requires a full core to do that I assume. |
but we said in practice it's already there (the code uses it), right? |
@oranagra and @itamarhaber I've open a PR to address this on the SPEC in #10 and also a PR to propagate that spec change in redis/hiredis#1133 ( so that after I can propagate the hiredis change to redis ) |
Currenlty RESP3 support 2 "special values":
inf
and-inf
:I think we should add a third one -
nan
:This is already being used (even though it's not in the spec) in TDIGEST.CDF
The text was updated successfully, but these errors were encountered: