redis-smq
redis-smq copied to clipboard
Run does not exist in producer in 8.0.0-rc.25
When using the latest the version 8.0.0-rc.25 it seems like typescript is unable to resolve run
function on producer instance.
const producer = new Producer()
producer.run // <--- Here typescript linter throws an error.
When I downgrade to 8.0.0-rc.24 this error goes away. Seems like the problem is with the new redis-smq-common dependency.