redis/hiredis
Minimalistic C client for Redis >= 1.2 observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 5951
- days_rel: 27
- days_push: 13
- n_releases_24m: 6
Adoption not part of the score
6679 stars · 1846 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hiredis is a minimalistic C client library for Redis, supporting the binary-safe RESP protocol for Redis >= 1.2. It provides synchronous, asynchronous, and reply-parsing APIs, with a decoupled stream parser reusable in higher-level language bindings.
Use cases
- connect to redis from c
- send redis commands from a c application
- parse redis replies efficiently
- build redis bindings for another language
- use async redis client in c
When to choose
- you need a lightweight, low-level Redis client in C or C++
- you are building language bindings for Redis and need an efficient reply parser
- you need synchronous or asynchronous Redis access with minimal dependencies
When to avoid
- you want a high-level client with explicit methods for every Redis command
- you are working in a higher-level language with an official Redis client
- you need Redis features like clustering handled automatically out of the box
Facets
library · maturity stable
database-driver parser http-client databases developer-tools backend c cpp windows cross-platform redis resp-protocol c-client async-api reply-parsing linux macos
1 source
- readme: https://github.com/redis/hiredis · fetched 2026-08-28 · 1a0788895686
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redis/hiredis | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem