rsmq-rs 1.0.0

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
[dependencies.async-std]
version = "1.4.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.radix_fmt]
version = "1.0.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.redis]
version = "0.15.1"

[package]
authors = ["David Bonet <webbonet@gmail.com>"]
description = "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"
edition = "2018"
homepage = "https://github.com/Couragium/rsmq-rs"
license = "MIT"
name = "rsmq-rs"
repository = "https://github.com/Couragium/rsmq-rs"
version = "1.0.0"