tokio-rs/mini-redis resource
Incomplete Redis client and server implementation using Tokio - for learning purposes only observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 77
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2464
- days_rel: n/a
- days_push: 140
- n_releases_24m: 0
Adoption not part of the score
4773 stars · 582 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An intentionally incomplete Redis client and server implementation in Rust built on Tokio, serving as a large teaching example of idiomatic async Rust. It is explicitly not for production use and omits parts of the Redis protocol.
Use cases
- learn async Rust with Tokio
- study how Redis wire protocol works
- example of building a network server in Rust
- learn structured tracing and OpenTelemetry in Rust
- reference for implementing a client-server protocol
When to choose
- you want a real-world codebase to learn Tokio patterns
- you need a simple reference implementation of the Redis protocol
- you are teaching or studying async networking in Rust
When to avoid
- you need a production Redis server or client
- you need full Redis protocol and command coverage
- you need new features or long-term support
Facets
learning-resource · maturity maintenance
http-server http-client database cli tracing concurrency databases developer-tools tutorials rust windows cli redis tokio async educational wire-protocol example-project command-line linux macos
2 sources
- readme: https://github.com/tokio-rs/mini-redis · fetched 2026-08-28 · 21e5e8806082
- registry_crates: https://crates.io/api/v1/crates/mini-redis · fetched 2026-08-29 · 1b2d75fa8017
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tokio-rs/mini-redis | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="tokio-rs/mini-redis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem