jesque
jesque copied to clipboard
Feature JobStore
Can we have a JobStore interface instead of using jedis directly in Client and Worker so that we can implement our own JobStore with different storage instead of redis?
For example, I can create a JobStore impl which use Redis Cluster
I like the idea; would you be willing to take a crack at it?