v0.9.4
- Support for specialty Redis clients that do not support the
client.duplicate()
function.- For these clients, instead of passing in a Redis client to
RedisQueueManager
, pass an array of two initialized clients. - This has been tested with Redis cluster (using
IORedis.Cluster
) and withfakeredis
.
- For these clients, instead of passing in a Redis client to