[dependencies.async-trait]
version = "0.1.71"
[dependencies.axum-core]
optional = true
version = "0.3.4"
[dependencies.crossbeam-queue]
version = "0.3.8"
[dependencies.http]
optional = true
version = "0.2.9"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.redis]
features = ["aio", "tokio-comp", "keep-alive"]
version = "0.23.3"
[dependencies.thiserror]
version = "1.0.43"
[dependencies.tokio]
features = ["full"]
version = "1.32.0"
[dependencies.tracing]
version = "0.1.37"
[features]
axum = ["axum-core", "http"]
cluster = ["redis/cluster-async"]
json = ["redis/json"]
[package]
authors = ["Andrew Wheeler <genusistimelord@gmail.com>"]
description = "Library to Provide a redis client and cluster client pools."
documentation = "https://docs.rs/axum_odbc"
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.1.0"