gomodule/redigo
Go client for Redis observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 50
- Release rhythm 19
- 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: 5254
- days_rel: 329
- days_push: 304
- n_releases_24m: 1
Adoption not part of the score
9857 stars · 1232 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Redigo is a Go client library for the Redis and Valkey databases, providing a Print-like API supporting all Redis commands. It includes connection pooling, pipelining, publish/subscribe, and Lua script helpers with optimistic EVALSHA usage.
Use cases
- connect to redis from go
- use redis as a cache in a go application
- pool redis connections in go
- run redis pub/sub in go
- execute redis lua scripts from go
- pipeline redis commands in go
When to choose
- you need a mature, dependency-free Go client for Redis or Valkey
- you want connection pooling and pipelining out of the box
- you prefer a low-level API with full command coverage
When to avoid
- you need built-in Redis Cluster or Sentinel support without third-party add-ons
- you prefer a higher-level client like go-redis with richer abstractions
Facets
library · maturity stable
database-driver caching message-queue databases backend developer-tools go windows cross-platform redis valkey connection-pooling pub-sub pipelining linux macos
1 source
- readme: https://github.com/gomodule/redigo · fetched 2026-08-28 · 9fade03f42da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gomodule/redigo | main | 49 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem