mywei1989 / egg-bus

🐣 用 egg 编写优雅的队列与事件
MIT License
51 stars 8 forks source link

已处理的,多久会删除? #17

Closed male110 closed 2 years ago

male110 commented 2 years ago

我看数据还在redis里,而且没有设置过期时间。多久数据会删除掉?

seekcx commented 2 years ago

因为依赖 bull 来实现,可以尝试设置 bull 的 removeOnComplete 选项为 true

相关文档 bull/REFERENCE.md