- bugfixes: teach various methods to correctly handle non-string values
- Support
mapped_hmset/mapped_hmget - Support
pipelined - Correctly handle out-of-range conditions for
zremrangebyrankandzrange - Fix off-by-one error in calculation of
ttl
- Support hash operator (
[]/[]=) as synonym ofget/set - Misc bugfixes
- Support passing a block to
#multi.
- Fixes for 1.9.2; no functionality changes.
- Fix handling of -inf, +inf, and exclusive endpoints (e.g. "(3") in zrangebyscore, zrevrangebyscore, and zremrangebyscore. ("Fix" here means "write", as it's something that was completely forgotten the first time around.)
- Support
move(key, db)to move keys between databases.
- Fix gem homepage.
Initial release.