An incomplete implementation of a Rust client and server. Used as a larger example of an idiomatic Tokio application.
# Cargo.toml
[dependencies]
mini-redis = "0.4.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a Redis server and perform set/get operations.
Use #[tokio::main] or manually create a Tokio runtime.
No dependency data recorded yet.