2881099/csredis
.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients. observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 91
- Release rhythm 8
- Longevity 100
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: 3526
- days_rel: n/a
- days_push: 58
- n_releases_24m: 0
Adoption not part of the score
2053 stars · 422 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CSRedis is a C#/.NET client library for Redis, supporting Redis Sentinel, Cluster, and standalone deployments with synchronous and asynchronous APIs. Method names mirror redis-cli, and it includes an IDistributedCache adapter for ASP.NET Core caching.
Use cases
- connect to redis from a .net application
- use redis sentinel for high availability in c#
- connect to a redis cluster from dotnet
- use redis as distributed cache in asp.net core
- run redis commands synchronously and asynchronously in c#
- use redis geo and stream commands from .net
When to choose
- you need a redis client for .NET Framework 4.0+ or .NET Core with Sentinel/Cluster support
- you want redis-cli-consistent method names and connection pooling
- you need an IDistributedCache implementation backed by redis
When to avoid
- you use StackExchange.Redis already and don't need sentinel/cluster-specific features
- your stack is not .NET
Facets
library · maturity active
database-driver caching databases backend developer-tools dotnet cross-platform redis-client redis-cluster redis-sentinel connection-pooling async
1 source
- readme: https://github.com/2881099/csredis · fetched 2026-08-28 · 550f4ff95cb9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 2881099/csredis | main | 64 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem