Ross ROSS = Recommend OSS · open-source software intelligence for agents

redis/go-redis

Redis Go client observed · 2026-08-28

github.com/redis/go-redis · homepage · Go · BSD-2-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
redis/go-redismain98

For agents

markdown · JSON · MCP: product_card(name="redis/go-redis")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem