rsmq-async-rs icon indicating copy to clipboard operation
rsmq-async-rs copied to clipboard

async & sync support

Open 0x8f701 opened this issue 1 year ago • 3 comments

it'll be good to support both async and sync, although this crate's name is async hhh, but sync can enable more complex application logic and trees etc

0x8f701 avatar May 21 '24 08:05 0x8f701

I made a sync version in my fork: https://github.com/GopherJ/rsmq-sync but eventually need to find a way to switch between async & sync.

0x8f701 avatar May 21 '24 08:05 0x8f701

https://github.com/fMeow/maybe-async-rs is an option but redis's interface isn't very format. it has invoke_async and query_async

0x8f701 avatar May 21 '24 08:05 0x8f701

Added a new sync facade. Let me know if tha works

DavidBM avatar May 30 '24 12:05 DavidBM