1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/myapp
Jean byroot Boussier aaac999c6d
Add a compatibility layer for redis-client (#5298)
* Add a compatibility layer for `redis-client`

As discussed in https://github.com/mperham/sidekiq/pull/5253

Switching entirely to redis-client is deemed risky, so instead
we can support both.

All is needed is a small translation layer, and some very minimal
adjustments in the callers.

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
Co-authored-by: Mike Perham <mperham@gmail.com>
2022-05-10 12:25:04 -07:00
..
app Improve logging of .delay jobs, closes #4904 2021-05-24 12:29:45 -07:00
bin Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
config Add a compatibility layer for redis-client (#5298) 2022-05-10 12:25:04 -07:00
db Update myapp to Rails 7 2022-01-26 17:01:26 -08:00
lib Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
log Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
script Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
.gitignore Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
config.ru Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
Gemfile Add a compatibility layer for redis-client (#5298) 2022-05-10 12:25:04 -07:00
Rakefile Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
simple.ru Improve Web UI session experience (#4804) 2021-02-12 14:50:51 -08:00