Closed fred-tyemill closed 2 years ago
Looks like for this change to work in CI, the fakeredis
Gem needs to support the new method. I have a pull request out for that project and verified tests pass with a fork of it: https://github.com/guilleiguaran/fakeredis/pull/257
another approach https://github.com/ondrejbartas/sidekiq-cron/pull/288
I got rid of fake redis and decided to use actual Redis instance on CI and locally, so this is no longer needed. Thanks!
Noticed this warning popping up after upgrading the
redis
Gem from3.3.5
to4.2.2
.This change suppresses the warning and better prepares
gush
forredis
5.0
.