Skip to content

Release 0.1.19

Compare
Choose a tag to compare
@inponomarev inponomarev released this 08 May 14:32
· 371 commits to master since this release
cde9839

Bug fixes

  • ZREMRANGEBYSCORE does not work for negative scores (#116)
  • INCRBYFLOAT invocation causes exception with message "Long cannot be cast to [B"
  • When HINCRBYFLOAT is called with int parameter on int value, it should return int (thanks @24kpure for the fix provided in #101)

Newly Supported Operations