-
Notifications
You must be signed in to change notification settings - Fork 998
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
implement json.numincrby #240
Comments
returns |
iko1
added a commit
to iko1/dragonfly
that referenced
this issue
Aug 23, 2022
Signed-off-by: iko1 <[email protected]>
iko1
added a commit
to iko1/dragonfly
that referenced
this issue
Aug 26, 2022
Signed-off-by: iko1 <[email protected]>
iko1
added a commit
to iko1/dragonfly
that referenced
this issue
Aug 26, 2022
Signed-off-by: iko1 <[email protected]>
romange
pushed a commit
that referenced
this issue
Aug 26, 2022
* feat(server): implement json.numincrby (#240) Signed-off-by: iko1 <[email protected]>
romange
pushed a commit
that referenced
this issue
Aug 26, 2022
* feat(server): implement json.numincrby (#240) Signed-off-by: iko1 <[email protected]>
romange
pushed a commit
that referenced
this issue
Aug 26, 2022
* feat(server): implement json.numincrby (#240) Signed-off-by: iko1 <[email protected]>
This issue can be closed |
🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
implement json.numincrby
spec: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/json-numincrby.html
specifically:
returns
"[2.1]"
and
json.NUMINCRBY foo $.e 1
returns"[2.5]"
and
json.NUMINCRBY foo $.e 1e10
returns"[1e+10]"
moreover,
json.NUMINCRBY foo $.e inf
returns(error) OVERFLOW Addition would overflow
The text was updated successfully, but these errors were encountered: