StackExchange/StackExchange.Redis
The Redis client for .NET observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: 11
- age_days: 4555
- days_rel: 12
- days_push: 7
- n_releases_24m: 38
Adoption not part of the score
6196 stars · 1557 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
StackExchange.Redis is a high-performance .NET client library for communicating with Redis and Redis-compatible servers (Valkey, Garnet, ElastiCache, Azure Managed Redis). It uses a multiplexed connection design with full synchronous and asynchronous APIs, cluster support, and transactions.
Use cases
- connect to redis from c#
- use redis as a cache in asp.net
- redis pub/sub in .net
- connect to redis cluster from dotnet
- use valkey or garnet from c#
- high performance redis client for .net
When to choose
- you are building .NET applications that need Redis or Redis-compatible servers
- you need high-throughput multiplexed connections shared across threads
- you need cluster, sentinel, pub/sub, or transaction support in C#
When to avoid
- you are not on a .NET language
- you need a client for a non-Redis database
- you need a Redis server itself rather than a client
Facets
library · maturity active
database-driver caching http-client databases backend developer-tools dotnet c cross-platform redis resp redis-client csharp multiplexing pub-sub nuget
3 sources
- readme: https://github.com/StackExchange/StackExchange.Redis · fetched 2026-08-28 · d9e739187345
- homepage: https://seredis.dev/ · fetched 2026-08-29 · c96ad79d87d2
- site_page: https://seredis.dev/ReleaseNotes · fetched 2026-08-29 · c6487038c2ba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| StackExchange/StackExchange.Redis | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="StackExchange/StackExchange.Redis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem