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

tidwall/redcon

Redis compatible server framework for Go observed · 2026-08-28

github.com/tidwall/redcon · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tidwall/redconmain74

For agents

markdown · JSON · MCP: product_card(name="tidwall/redcon")

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