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

HDT3213/godis

A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群 observed · 2026-08-28

github.com/HDT3213/godis · homepage · Go · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

42/100

  • Activity 42
  • Release rhythm 8
  • 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: 2650
  • days_rel: n/a
  • days_push: 353
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3833 stars · 601 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Godis is a Redis-compatible server and cluster implemented in Go, supporting strings, lists, hashes, sets, sorted sets, bitmaps, TTL, pub/sub, GEO, AOF/RDB persistence, transactions, and replication. It also provides a server-side cluster with Raft-based metadata management, dynamic expansion, rebalancing, and failover, and serves as an educational example of writing high-concurrency middleware in Go.

Use cases

  • run a redis-compatible server without installing redis
  • self-host a distributed kv cache cluster in go
  • learn how redis protocol and persistence are implemented
  • replace redis in a go microservices stack
  • test redis clients against an alternative server
  • study raft-based cluster metadata management
  • set up a multi-node cache with replication and failover

When to choose

  • you want a redis-protocol server written in go that you can read and modify
  • you need a learning resource for building concurrent network middleware
  • you want a self-contained cluster with raft metadata and transparent client access
  • you need aof/rdb persistence and transactions in a go-native server

When to avoid

  • you need full redis compatibility and production-grade maturity - use official redis or valkey
  • you require redis modules, lua scripting, or streams
  • you need battle-tested performance at extreme scale
  • gpl-3.0 licensing is incompatible with your project

Facets

service · maturity active

caching http-server database serialization parser databases developer-tools backend microservices go cross-platform redis-server redis-cluster kv-store in-memory-database raft aof rdb pub-sub geohash tcp-server linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
HDT3213/godismain42

For agents

markdown · JSON · MCP: product_card(name="HDT3213/godis")

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