1.0.2
π 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!)