rsmq-rs 1.0.1

Async RSMQ port to rust. RSMQ is a simple redis queue system that works in any redis v2.4+. It contains the same methods as the original one iin https://github.com/smrchy/rsmq
Documentation

rsmq-rs

Async RSMQ port to rust. RSMQ is a simple redis queue system that works in any redis v2.6+. It contains the same methods as the original one iin https://github.com/smrchy/rsmq

This crate uses async in the implementation. If you want to use it in your sync code you can use tokio / async_std "block_on" method. Async was used in order to simplify the code and allow 1-to-1 port oft he JS code.

Crates.io Crates.io

Installation

Add in oyur Cargo.toml

rsmq-rs = "1"