Registry / database / redis-async

redis-async

JSON →
library0.18.0rscratesunverified

An asynchronous futures based Redis client for Rust using Tokio.

# Cargo.toml [dependencies] redis-async = "0.18.0"
INSTALL
IMPORT
SIG · REDIS-ASYNC
R
redis-async
databaserustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RedisClient
use redis_async::client::RedisClient;

Connects to a Redis server asynchronously using Tokio.

use redis_async::client::RedisClient; #[tokio::main] async fn main() { let client = RedisClient::connect("127.0.0.1:6379").await.unwrap(); println!("Connected to Redis"); }
Debug
Known issues
gotchaRequires Tokio runtime
fix
Ensure you have a Tokio runtime (e.g., #[tokio::main])
affects: >=0.18.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
redis-async — cargo add redis-async · libregistry