chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.05k stars 106 forks source link

Update redis dependency >= 3.2, < 6 #100

Closed toreym closed 1 year ago

toreym commented 1 year ago

Updating gemspec to allow redis v5. Fix a test that did not have an id, redis v5 will error on an attempt to set a nil key in a hash.

pokonski commented 1 year ago

Thank you for the contribution! We'll probably need to start testing against various Redis versions on CI 🤔 But that's a separate topic

toreym commented 1 year ago

🙌 Thank you for the quick response. Appreciate everything!!