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

Fix custom types #9

Closed DavidBM closed 3 years ago

nicksrandall commented 3 years ago

Do you plan to expose the RedisBytes and the RsmqMessage types to users of this library? It think it could be helpful if you did. Thanks for your work on this!

DavidBM commented 3 years ago

Hi! Yeah, done. Can you try it?