Release 0.1.19
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
ZRANGEBYSCORE
HELLO
always returnsproto, 2
in order to support LettuceClient (#104)