[dependencies.async-trait]
version = "0.1.80"
[dependencies.crossbeam-queue]
version = "0.3.11"
[dependencies.redis]
features = ["aio", "tokio-comp"]
version = "0.25.3"
[dependencies.thiserror]
version = "1.0.58"
[dependencies.tokio]
features = ["sync"]
version = "1.37.0"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.axum]
version = "0.7"
[dev-dependencies.futures]
version = "0.3.30"
[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.37.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.4.0"