Skip to content

v0.9.4

Compare
Choose a tag to compare
@natesilva natesilva released this 25 Oct 22:24
· 44 commits to master since this release
d5c05bb
  • 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 with fakeredis.