{"id":71948,"library":"redis-async","title":"Redis Async","description":"An asynchronous futures based Redis client for Rust using Tokio.","status":"active","version":"0.18.0","language":"rust","source_language":null,"source_url":"https://github.com/benashford/redis-async-rs","tags":["redis","async","tokio","client","database"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nredis-async = \"0.18.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add redis-async","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RedisClient","correct":"use redis_async::client::RedisClient;"}],"quickstart":{"code":"use redis_async::client::RedisClient;\n\n#[tokio::main]\nasync fn main() {\n    let client = RedisClient::connect(\"127.0.0.1:6379\").await.unwrap();\n    println!(\"Connected to Redis\");\n}","lang":"rust","description":"Connects to a Redis server asynchronously using Tokio."},"warnings":[{"fix":"Ensure you have a Tokio runtime (e.g., #[tokio::main])","message":"Requires Tokio runtime","severity":"gotcha","affected_versions":">=0.18.0"}],"env_vars":null,"search_vec":"'async':2,14 'asynchron':4 'base':6 'client':8,16 'databas':17 'futur':5 'redi':1,7,13 'rust':10 'tokio':12,15 'use':11","created_at":"2026-06-17T18:33:20.190522+00:00","updated_at":"2026-06-17T18:33:20.190522+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/benashford/redis-async-rs","github":"https://github.com/benashford/redis-async-rs","docs":"https://docs.rs/redis-async/","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-17","next_check":"2026-12-14","install_tag":null}}