- Add support for `UNWATCH` command - Add support for `REDIS_NAMESPACE_QUIET` environment variable
1.5.0
- Fix `brpop` - Relax dependency of redis-rb to enable users to use redis-rb 3.1 - Add support for HyperLogLog family of commands (`PFADD`, `PFCOUNT`, `PFMERGE`) - Add (1.x -> 2.x) deprecations and ability to enforce them before upgrading.
1.4.1
- Fixed the build for 1.8.7
1.4.0
- Add support for `SCAN` family of commands (`HSCAN`, `SSCAN`, `ZSCAN`) - Add support for redis-rb's `scan_each` method and friends
1.3.2
- Fix 68: Capital commands (e.g. redis.send('GET', 'foo')) - Fix 67: Nested namespace vs. `eval` command - Fix 65: Require redis ~> 3.0.4 for upstream bugfix - Feature: Resque::Namespace::VERSION constant