jesque icon indicating copy to clipboard operation
jesque copied to clipboard

Feature JobStore

Open zhiphe opened this issue 10 years ago • 2 comments

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?

zhiphe avatar Jan 31 '16 06:01 zhiphe

For example, I can create a JobStore impl which use Redis Cluster

zhiphe avatar Jan 31 '16 06:01 zhiphe

I like the idea; would you be willing to take a crack at it?

gresrun avatar Mar 26 '16 06:03 gresrun