Skip to content

1.0.3

Compare
Choose a tag to compare
@inponomarev inponomarev released this 17 Jun 08:26
· 367 commits to master since this release

πŸš€ 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