Recent Releases of https://github.com/resque/redis-namespace
https://github.com/resque/redis-namespace - v1.11.0
What's Changed
- CI: Name the test job for clearer output by @olleolleolle in https://github.com/resque/redis-namespace/pull/219
- Fix
srem?not being namespaced by @jdelStrother in https://github.com/resque/redis-namespace/pull/223 - FIX missing namespaced srem? method by @neilchandler in https://github.com/resque/redis-namespace/pull/224
- add support for expiretime and pexpiretime by @mitchellhenke in https://github.com/resque/redis-namespace/pull/221
New Contributors
- @olleolleolle made their first contribution in https://github.com/resque/redis-namespace/pull/219
- @jdelStrother made their first contribution in https://github.com/resque/redis-namespace/pull/223
- @neilchandler made their first contribution in https://github.com/resque/redis-namespace/pull/224
- @mitchellhenke made their first contribution in https://github.com/resque/redis-namespace/pull/221
Full Changelog: https://github.com/resque/redis-namespace/compare/v1.10.0...v1.11.0
- Ruby
Published by PatrickTulskie over 2 years ago
https://github.com/resque/redis-namespace - v1.10.0
What's Changed
- Allow Redis#close by @casperisfine in https://github.com/resque/redis-namespace/pull/209
- Remove broken link to source code in gemspec by @sunny in https://github.com/resque/redis-namespace/pull/214
- Add support for connection_pool gem by @danila in https://github.com/resque/redis-namespace/pull/215
- Add sadd_returns_boolean + sadd? method by @radar in https://github.com/resque/redis-namespace/pull/217
- Add ability to clear namespaces by @fatkodima in https://github.com/resque/redis-namespace/pull/202
New Contributors
- @sunny made their first contribution in https://github.com/resque/redis-namespace/pull/214
- @danila made their first contribution in https://github.com/resque/redis-namespace/pull/215
- @radar made their first contribution in https://github.com/resque/redis-namespace/pull/217
- @PatrickTulskie made their first contribution in https://github.com/resque/redis-namespace/pull/218
Full Changelog: https://github.com/resque/redis-namespace/compare/v1.9...v1.10.0
- Ruby
Published by PatrickTulskie about 3 years ago
https://github.com/resque/redis-namespace - 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
- Ruby
Published by iloveitaly over 3 years ago
https://github.com/resque/redis-namespace - v1.6.0
- Support redis-rb 4.0.0+
- Ruby
Published by jeremy almost 7 years ago
https://github.com/resque/redis-namespace -
- Fix #68: Support capital commands (e.g.
redis.send('GET', 'foo')) - Fix #67: Nested namespace vs.
evalcommand - Fix #65: Require redis ~> 3.0.4 for upstream bugfix
- Feature:
Resque::Namespace::VERSIONconstant
- Ruby
Published by yaauie over 12 years ago