Skip to content

1.0.2

Compare
Choose a tag to compare
@inponomarev inponomarev released this 19 Apr 07:37
· 385 commits to master since this release

πŸš€ New commands

  • ZREVRANGE, ZREVRANGEBYSCORE per #177

🐞 Bug fixes

Thanks @newacct for reporting the bugs!

  • #185 HLEN fails when key does not exist
  • #186 ZRANGE returns incorrect order for elements with the same score
  • #187 HSET after EXPIRE discards the expiration
  • #189 SETBIT clears other bits
  • #191 HKEYS/HVALS/HGETALL fails when key does not exist
  • #192 HDEL does not work on additional arguments
  • #202 When calling RedisServer.stop, disconnect existing clients (thanks @bluecontainer!)