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

Add multiplexed rsmq #15

Closed HurricanKai closed 1 year ago

HurricanKai commented 1 year ago

The redis crate already supports this, so this just adds another facade on top

(happy to remove myself from authors if you care, just did this in case I'd have to publish another crate)

DavidBM commented 1 year ago

Hi! Thanks for the PR!!

I will happily merge it as it is. Could you make another PR for updating the docs and Readme?

DavidBM commented 1 year ago

New version of the crate published

HurricanKai commented 1 year ago

Will update the docs soon, thank you.