redis-rs/redis-rs
Redis library for rust observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 4630
- days_rel: 18
- days_push: 7
- n_releases_24m: 62
Adoption not part of the score
4245 stars · 689 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
redis-rs is a high-level Rust client library for Redis, Valkey, and any RESP-compliant server. It offers both sync and async APIs (tokio/smol), flexible type conversion, connection pooling, cluster support, and TLS.
Use cases
- connect to redis from rust
- use redis as a cache in a rust web app
- publish and subscribe to redis channels in rust
- work with redis streams from rust
- connect to a redis cluster from rust
- store and retrieve typed values in redis
- use valkey with rust
When to choose
- you are building a Rust application that needs Redis or Valkey
- you need async Redis access with tokio or smol
- you want typed command results and flexible value conversion
- you need cluster, sentinel, TLS, or connection pooling support
When to avoid
- you use a language other than Rust
- you need a Redis server itself rather than a client
- you need a higher-level ORM-like abstraction over Redis data
Facets
library · maturity stable
database-driver caching serialization databases developer-tools backend rust cross-platform redis valkey resp async tokio cluster pubsub
10 sources
- readme: https://github.com/redis-rs/redis-rs · fetched 2026-08-28 · 5c694157a7a8
- homepage: https://docs.rs/redis · fetched 2026-08-29 · c5860b7926bb
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
- site_page: https://docs.rs/ · fetched 2026-08-29 · 425b2676af8b
- site_page: https://docs.rs/crate/redis/latest · fetched 2026-08-29 · 2fc4253a9f58
- site_page: https://docs.rs/crate/redis/latest/features · fetched 2026-08-29 · 37880e89f54f
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redis-rs/redis-rs | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="redis-rs/redis-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem