DavidBM / rsmq-async-rs

RSMQ port to async rust. RSMQ is a simple redis queue system that works in any redis v2.6+
MIT License
43 stars 8 forks source link

[Feature Request] use bb8_redis connection pool to make Rsmq clonable #3

Closed GopherJ closed 3 years ago

GopherJ commented 3 years ago

It'll be good if Rsmq can be clonable, bb8 Pool is clonable, if it can be added to replace Rsmq's redis connection, then Rsmq can be clonable and being used in multiple threads environments