redis-smq icon indicating copy to clipboard operation
redis-smq copied to clipboard

Run does not exist in producer in 8.0.0-rc.25

Open kaladivo opened this issue 4 months ago • 0 comments

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.

kaladivo avatar Oct 11 '24 11:10 kaladivo