{"id":71515,"library":"redis-cluster-async","title":"Redis Cluster Async","description":"An async Redis cluster driver for Rust, supporting sharded operations.","status":"active","version":"0.8.1","language":"rust","source_language":null,"source_url":"https://github.com/redis-rs/redis-cluster-async","tags":["redis","cluster","async","database"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nredis_cluster_async = \"0.8.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add redis_cluster_async","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"RedisClusterClient","correct":"use redis_cluster_async::RedisClusterClient;"}],"quickstart":{"code":"use redis_cluster_async::RedisClusterClient;\n#[tokio::main]\nasync fn main() {\n    let client = RedisClusterClient::new(vec![\"redis://127.0.0.1:7000\"]).await.unwrap();\n    let _ = client.set(\"key\", \"value\").await;\n}","lang":"rust","description":"Connect to a Redis cluster and set a key"},"warnings":[{"fix":"Use #[tokio::main] or manually create a Tokio runtime","message":"Requires a Tokio runtime; not compatible with other async runtimes","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'async':3,5,16 'cluster':2,7,15 'databas':17 'driver':8 'oper':13 'redi':1,6,14 'rust':10 'shard':12 'support':11","created_at":"2026-06-17T18:27:59.561048+00:00","updated_at":"2026-06-17T18:27:59.561048+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/redis-rs/redis-cluster-async","github":"https://github.com/redis-rs/redis-cluster-async","docs":"https://docs.rs/redis_cluster_async/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"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}}