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

Finishes backend abstraction #96

Closed robacarp closed 2 years ago

robacarp commented 2 years ago

The Redis -> Generic Backend functionality in mosquito has been stable for a bit, but it's never been finished. My goal here is to remove any direct ties to Redis from anywhere that's not Mosquito::RedisBackend. This is important preliminary work to getting #94 functional, and it's important to getting #67 established and well tested as well.