poolx-redis 0.1.2

poolx for redis, with many features like idle connection checking and reaping, healthcheck, and more.
Documentation
[dependencies.poolx]
version = "0.1.2"

[dependencies.redis]
features = ["tokio-comp"]
version = "0.24.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
authors = ["Arthur Zhang <happyzhangya@gmail.com>"]
description = "poolx for redis, with many features like idle connection checking and reaping, healthcheck, and more."
documentation = "https://docs.rs/poolx"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "poolx-redis"
readme = "README.md"
repository = "https://github.com/arthur-zhang/poolx"
resolver = "1"
version = "0.1.2"