Conversation
|
This feature sat around for awhile and missed out on being included in the store interface... any recommendations on if there are any special methods to add there? maybe a method to get a list of all uniquely enqueued jobs? |
|
@stefannegrea Also, since the shift to a store interface, I just removed my modification to the |
|
You can merge this whenever you want, if you want. |
|
Nice job @requaos! What's the status on getting this in @stefannegrea? |
| case nil: | ||
| val, err := message.Get("unique").Bool() | ||
| if err == nil && val { | ||
| rc := mgr.opts.client |
There was a problem hiding this comment.
I would like to avoid using the Redis client directly at this layer. What are the additional store functions that are needed to support this functionality?
As we stated a few years ago, we are moving in the direction of implementing at least one more additional persistent storage engine to go-workers2.
No description provided.