redis/go-redis
Redis Go client observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- 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: 19.0
- age_days: 5152
- days_rel: 30
- days_push: 7
- n_releases_24m: 27
Adoption not part of the score
22220 stars · 2582 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
go-redis is the official Redis client library for the Go programming language, providing a straightforward interface for interacting with Redis servers including standalone, cluster, and sentinel setups. It supports recent Redis releases and features like the new array data type commands.
Use cases
- connect to redis from a go application
- use redis for caching in golang
- implement pub/sub messaging with redis in go
- work with redis cluster from go
- store and retrieve session data in redis
- use redis streams for event-driven messaging in go
When to choose
- you are building a Go application that needs to talk to Redis
- you want the official, actively maintained Redis client for Go
- you need support for Redis cluster, sentinel, or the latest Redis 8.x features
When to avoid
- your application is not written in Go
- you need a different database than Redis
- you only need a CLI tool to inspect Redis data rather than a client library
Facets
library · maturity stable
database-driver caching database databases backend developer-tools go windows cross-platform redis redis-client redis-cluster in-memory-database pub-sub streams linux macos
10 sources
- readme: https://github.com/redis/go-redis · fetched 2026-08-28 · f36657a7ca9c
- homepage: https://redis.io · fetched 2026-08-29 · 7905a59f8d73
- site_page: https://redis.io/docs/latest/integrate/riot · fetched 2026-08-29 · cef94f24dc53
- site_page: https://redis.io/docs/latest/develop/clients · fetched 2026-08-29 · a107489bc126
- site_page: https://redis.io/docs/latest/integrate · fetched 2026-08-29 · 9e9119d0ab77
- site_page: https://redis.io/docs/latest/develop/ai · fetched 2026-08-29 · 073b7bea706a
- site_page: https://redis.io/docs/latest/develop/get-started/rag · fetched 2026-08-29 · 900b9542c65b
- site_page: https://redis.io/docs/latest/develop/ai/featureform · fetched 2026-08-29 · db8621d502e3
- site_page: https://redis.io/docs/latest/operate/rc · fetched 2026-08-29 · c79815761f73
- site_page: https://redis.io/pricing · fetched 2026-08-29 · da067de15b21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redis/go-redis | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem