tidwall/redcon
Redis compatible server framework for Go observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3688
- days_rel: n/a
- days_push: 42
- n_releases_24m: 0
Adoption not part of the score
2305 stars · 171 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Redcon is a Go library for building fast, Redis-compatible TCP servers using the Redis protocol (RESP). It provides a simple API with ListenAndServe, Conn, and Command types, supporting pipelining, TLS, pub/sub, and multithreading, and works with standard Redis clients.
Use cases
- build a custom redis-compatible server in go
- implement a key-value store that speaks the redis protocol
- create a redis-compatible in-memory cache service
- expose a custom data store to existing redis clients like redigo or jedis
- implement redis pub/sub compatible messaging server
- build a fast RESP protocol server with pipelining support
When to choose
- you need a Redis-protocol-compatible server with custom command handling in Go
- you want existing Redis clients to talk to your own backend storage
- you need high-performance RESP parsing and serving with pipelining and TLS
When to avoid
- you need a full-featured Redis server rather than a framework to build one
- you need a Redis client library rather than a server
- your project is not in Go (consider redcon.rs or redcon.c instead)
Facets
library · maturity stable
http-server networking serialization developer-tools databases backend networking go cross-platform redis-protocol redis-compatible-server tcp-server pub-sub pipelining
1 source
- readme: https://github.com/tidwall/redcon · fetched 2026-08-28 · c6d65e721873
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidwall/redcon | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem