redis_pool 0.2.0

Library to Provide a redis client and cluster client pools.
Documentation
[dependencies.async-trait]
version = "0.1.71"

[dependencies.crossbeam-queue]
version = "0.3.8"

[dependencies.redis]
features = ["aio", "tokio-comp", "cluster-async"]
version = "0.23.3"

[dependencies.thiserror]
version = "1.0.43"

[dependencies.tokio]
features = ["sync"]
version = "1.32.0"

[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.axum]
version = "0.6"

[dev-dependencies.futures]
version = "0.3.28"

[dev-dependencies.serial_test]
version = "0.4"

[dev-dependencies.testcontainers]
version = "0.14.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "process"]
version = "1.32.0"

[features]
cluster = ["redis/cluster-async"]

[package]
authors = ["Andrew Wheeler <genusistimelord@gmail.com>", "Wil Gaboury"]
description = "Library to Provide a redis client and cluster client pools."
edition = "2021"
keywords = ["Redis", "Pool", "tokio"]
license = "MIT OR Apache-2.0"
name = "redis_pool"
readme = "README.md"
repository = "https://github.com/AscendingCreations/RedisPool"
version = "0.2.0"