redis/rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
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: 20.0
- age_days: 1810
- days_rel: 19
- days_push: 9
- n_releases_24m: 31
Adoption not part of the score
2969 stars · 255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rueidis is a fast Redis client library for Go with auto pipelining and server-assisted client-side caching. It also provides distributed locks, generic object mapping, OpenTelemetry integration, and support for Redis Cluster, Sentinel, and Redis modules.
Use cases
- connect to redis from a go application
- speed up redis throughput with auto pipelining
- cache redis responses on the client side
- implement distributed locks in go
- use redis cluster or sentinel from go
- add tracing to redis calls with opentelemetry
- use redis pub/sub and streams in go
When to choose
- you are building a Go service that talks to Redis and want high performance
- you need server-assisted client-side caching or cache-aside helpers
- you need Redis Cluster, Sentinel, or module support in Go
- you want a type-safe command builder API
When to avoid
- your application is not written in Go
- you need a Redis server rather than a client
- you depend on the go-redis API and don't want an adapter layer
Facets
library · maturity active
database-driver caching http-client databases backend developer-tools microservices go windows cross-platform redis-client resp3 client-side-caching auto-pipelining distributed-lock rdma redis-cluster pubsub linux macos
1 source
- readme: https://github.com/redis/rueidis · fetched 2026-08-28 · a7daf7a066ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redis/rueidis | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem