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 @...