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/score precision #26

Open GopherJ opened 2 weeks ago

GopherJ commented 2 weeks ago

close: #25

DavidBM commented 2 weeks ago

It looks good! The only change I would like to ask for is if you can add a feature that enables/disables the changes, as this kinda changes the Redis representation of the queue id, and I think it might make it incompatible with the js version.

If you do that I will merge and publish