1.0.3
π New features
HSTRLEN
command supported- #178 Add support for non-localhost IPs for starting Mocking server
π Bug fixes
Thanks @newacct for reporting the bugs!
- #188 GET fails on HyperLogLog key
- #218 ZREVRANGEBYSCORE doesn't work
- #219 ZRANGEBYSCORE LIMIT doesn't follow ordering
- #220 ZRANGEBYSCORE does not correctly interpret -inf
- #233 String values and zset values do not store non-UTF8 binary values properly
- #234 ZRANGEBYSCORE fails when bounds are out of order
- #235 ZCARD incorrect result after ZREMRANGEBYSCORE
- #236 HyperLogLog GET does not get same bytes as SET
- #241 SETNX, SETEX, MSET, GETSET do not handle non-UTF8 binary data properly
- #244 SET with empty value doesn't work
πΌ Maintenance
- Refactoring of the classes for internal data structures (especially for Sorted Sets)
- Dependencies are updated