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

RSMQ port to async rust. RSMQ is a simple redis queue system that works in any redis v2.6+

Results 4 rsmq-async-rs issues
Sort by recently updated
recently updated
newest added

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

currently receive tries to fetch every x seconds which is not ideal

new_with_connection() is unusable since redis::aio::connection::Connection is deprecated. Is there a way of adding tls to a redis connection without this function?