ciseaux_client 0.2.1

Just a Redis Pool implementation
Documentation
[package]
name = "ciseaux_client"
description = "Just a Redis Pool implementation"
version = "0.2.1"
authors = ["TheoHay <priv.theohay@gmail.com>"]
keywords = ["redis", "async"]
homepage = "https://github.com/TheoHay/ciseaux_client"
repository = "https://github.com/TheoHay/ciseaux_client"
documentation = "https://docs.rs/ciseaux_client"
license = "MIT"
readme = "README.md"
edition = "2018"

[dependencies]
tokio = { version = "0.2", features=["sync", "time"] }
redis = "0.15"
futures = "0.3"
num_cpus = "1.12"