I had some issues with Redis inf arguments and found this issue.
In this PR I implemented handling of infinity values for Double arguments, as it was discussed in issue.
Also, doubting i decided to add inf value constructor.
Tests are green, including new test for zrange API.
Hi! Thanks for this useful library!
I had some issues with Redis
inf
arguments and found this issue. In this PR I implemented handling of infinity values forDouble
arguments, as it was discussed in issue.Also, doubting i decided to add
inf
value constructor.Tests are green, including new test for
zrange
API.Any feedback welcome!