{"id":60031,"library":"deadpool-redis","title":"Deadpool Redis","description":"A dead simple async pool for Redis connections.","status":"active","version":"0.23.0","language":"rust","source_language":null,"source_url":"https://github.com/deadpool-rs/deadpool","tags":["redis","connection-pool","async","deadpool"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeadpool-redis = \"0.23.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deadpool-redis","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Pool","correct":"use deadpool_redis::Pool;"}],"quickstart":{"code":"use deadpool_redis::{Config, Pool, Runtime};\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let cfg = Config::from_url(\"redis://localhost:6379\");\n    let pool: Pool = cfg.create_pool(Some(Runtime::Tokio1))?;\n    let mut conn = pool.get().await?;\n    Ok(())\n}","lang":"rust","description":"Creates a Redis connection pool and acquires a connection."},"warnings":[{"fix":"Add `features = [\"tokio1\"]` to your Cargo.toml dependency.","message":"Requires a runtime feature flag (e.g., tokio1 or async-std1) to be enabled.","severity":"gotcha","affected_versions":">=0.20.0"}],"env_vars":null,"search_vec":"'async':6,15 'connect':10,13 'connection-pool':12 'dead':4 'deadpool':1,16 'pool':7,14 'redi':2,9,11 'simpl':5","created_at":"2026-06-16T17:25:07.681870+00:00","updated_at":"2026-06-16T17:25:07.681870+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/deadpool-rs/deadpool","github":"https://github.com/deadpool-rs/deadpool","docs":"https://docs.rs/deadpool-redis/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}