# redis/rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.

Repository: https://github.com/redis/rueidis
Canonical: https://ross.abutalabs.com/products/rueidis
Language: Go
License: Apache-2.0
License Family: permissive
Topics: go, golang, redis, redis-client, resp3-client, resp3, client-side-caching, generics, cache, distributed, lock, rdma
Last push: 2026-08-24T03:46:19+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 1810, "days_push": 9, "days_rel": 19, "gap_med": 20.0, "n_releases_24m": 31}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2969, forks 255 (observed 2026-08-28T04:07:32.696067+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database-driver, caching, http-client
- domain: databases, backend, developer-tools, microservices
- platform: go, windows, cross-platform
- tags: redis-client, resp3, client-side-caching, auto-pipelining, distributed-lock, rdma, redis-cluster, pubsub, linux, macos

## Member repositories
- redis/rueidis (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:32.696067+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-30T07:31:51.423861+00:00, confidence not recorded.
  - readme: https://github.com/redis/rueidis (fetched 2026-08-28T04:07:32.696067+00:00, sha a7daf7a066ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
