Skip to content

Releases: resque/redis-namespace

v1.11.0

08 Jun 15:58
313909f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

21 Dec 03:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9...v1.10.0

1.9

14 Aug 12:20
627aa6e
Compare
Choose a tag to compare
1.9
  • Accept Proc as a namespace (#203)
  • Fix deprecation warning of Redis.current (#189)
  • Add support for getex
  • Require Redis >= 4
  • Added matrix tests on CI for supported redis versions

v1.6.0

18 Apr 03:57
Compare
Choose a tag to compare
  • Support redis-rb 4.0.0+

v1.3.2

03 Nov 01:51
Compare
Choose a tag to compare
  • Fix #68: Support 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