You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we use Redis cluster in our development, we're using redisc package to handle Redis cluster. But, as gocraft/work only receives *redis.Pool struct as a parameter, redisc can't be passed. It can be done by changing the usages of redis.Pool to an interface.
Or do you know anything about using Redis cluster of raidss with gocraft/work?
The text was updated successfully, but these errors were encountered:
As we use Redis cluster in our development, we're using redisc package to handle Redis cluster. But, as gocraft/work only receives
*redis.Pool
struct as a parameter,redisc
can't be passed. It can be done by changing the usages ofredis.Pool
to an interface.Or do you know anything about using Redis cluster of raidss with gocraft/work?
The text was updated successfully, but these errors were encountered: