An asynchronous futures based Redis client for Rust using Tokio.
# Cargo.toml
[dependencies]
redis-async = "0.18.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a Redis server asynchronously using Tokio.
Ensure you have a Tokio runtime (e.g., #[tokio::main])
No dependency data recorded yet.