mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Update to the latest redis shard version #71

Closed jwoertink closed 2 years ago

jwoertink commented 2 years ago

With the release of 2.8.0 these methods are no longer required https://github.com/stefanwille/crystal-redis/releases/tag/v2.8.0 However, they are called quite a bit, and there will need to be some re-work to switch over the calls.