resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

Update brpoplpush to expect timeout as named argument #210

Closed martinvium closed 1 year ago

martinvium commented 2 years ago

Timeout as positional argument has been deprecated since 4.8.0

Not sure how version handling is usually implemented, we could probably detect the version of redis and expose a matching API if necessary.

Breaking change: https://github.com/redis/redis-rb/pull/1129