# gomodule/redigo

Go client for Redis

Repository: https://github.com/gomodule/redigo
Canonical: https://ross.abutalabs.com/products/redigo
Language: Go
License: Apache-2.0
License Family: permissive
Topics: go, redis
Last push: 2025-11-02T15:23:35+00:00

## Health v2 (maintenance only)
Score: 49/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 50, release rhythm 19, longevity 100
- inputs: {"age_days": 5254, "days_push": 304, "days_rel": 329, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 9857, forks 1232 (observed 2026-08-28T04:10:37.509854+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: database-driver, caching, message-queue
- domain: databases, backend, developer-tools
- platform: go, windows, cross-platform
- tags: redis, valkey, connection-pooling, pub-sub, pipelining, linux, macos

## Member repositories
- gomodule/redigo (main) score 49

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:37.509854+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-29T17:20:53.409929+00:00, confidence not recorded.
  - readme: https://github.com/gomodule/redigo (fetched 2026-08-28T04:10:37.509854+00:00, sha 9fade03f42da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
