informatikr / hedis

A Redis client library for Haskell.
http://hackage.haskell.org/package/hedis
BSD 3-Clause "New" or "Revised" License
327 stars 121 forks source link

Added support of +/- inf redis argument #140

Closed NikitaRzm closed 4 years ago

NikitaRzm commented 4 years ago

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 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.

Any feedback welcome!

k-bx commented 4 years ago

Oh, nice, thank you very much! Released as 0.12.8.