# StackExchange/StackExchange.Redis

The Redis client for .NET

Repository: https://github.com/StackExchange/StackExchange.Redis
Canonical: https://ross.abutalabs.com/products/stackexchangeredis
Homepage: https://seredis.dev/
Language: C#
License: NOASSERTION
License Family: other
Topics: c-sharp, redis, redis-client
Last push: 2026-08-26T15:47:37+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 4555, "days_push": 7, "days_rel": 12, "gap_med": 11, "n_releases_24m": 38}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6196, forks 1557 (observed 2026-08-28T04:09:39.665999+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database-driver, caching, http-client
- domain: databases, backend, developer-tools
- platform: dotnet, c, cross-platform
- tags: redis, resp, redis-client, csharp, multiplexing, pub-sub, nuget

## Member repositories
- StackExchange/StackExchange.Redis (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:39.665999+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:20.889473+00:00, confidence not recorded.
  - readme: https://github.com/StackExchange/StackExchange.Redis (fetched 2026-08-28T04:09:39.665999+00:00, sha d9e739187345)
  - homepage: https://seredis.dev/ (fetched 2026-08-29T08:43:50.305718+00:00, sha c96ad79d87d2)
  - site_page: https://seredis.dev/ReleaseNotes (fetched 2026-08-29T08:43:50.315409+00:00, sha c6487038c2ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
