Closed djuber closed 3 years ago
This supports running with resque 2.0 (the gemspec from 0.5.0 locked to '~> 1.19' and it prevented upgrading to resque 2.0
The goal is to suppress a number of deprecation warnings in resque 1.x calling redis.client directly.
redis.client
This supports running with resque 2.0 (the gemspec from 0.5.0 locked to '~> 1.19' and it prevented upgrading to resque 2.0
The goal is to suppress a number of deprecation warnings in resque 1.x calling
redis.client
directly.