Closed jcraigk closed 1 year ago
Sidekiq 7 uses redis-client internally. Investigate whether switching from redis to redis-client would be a good move.
redis-client
redis
Investigated, going to stick with redis for connections, there's not a lot of reason to switch.
Sidekiq 7 uses
redis-client
internally. Investigate whether switching fromredis
toredis-client
would be a good move.