breamware / sidekiq-batch

Sidekiq Batch Jobs Implementation
MIT License
357 stars 95 forks source link

switch exists to exists? so that a boolean is returned and not an integer #63

Closed hallmatt closed 1 year ago

hallmatt commented 1 year ago

Redis#exists(key) returns an integer now in newer versions of Redis. Switch method to Redis#exists?(key) so that a boolean is returned

nglx commented 1 year ago

Hi @hallmatt is this related to #62 ? Any chance that you could take a look into the failing specs? 🙇‍♂️

github-actions[bot] commented 1 year ago

Stale pull request message