olric-data/olric
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 98
- Release rhythm 76
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 64
- age_days: 3072
- days_rel: 82
- days_push: 13
- n_releases_24m: 8
Adoption not part of the score
3490 stars · 150 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Olric is a distributed, in-memory key/value store and cache written entirely in Go. It can be embedded as a Go library or run as a standalone language-independent service, speaking the Redis serialization protocol (RESP).
Use cases
- distributed caching across a cluster of servers
- sharing transient fast-changing data between application instances
- managing cluster state for distributed applications
- drop-in replacement for Redis pub/sub messaging
- scaling an in-memory data pool horizontally without external coordination
- embedding a key/value cache directly into a Go application
When to choose
- you need a scalable shared cache pool across many machines in Go
- you want Redis-protocol compatibility without running Redis
- you need automatic sharding and rebalancing with no external coordination service
- you want an embeddable distributed cache library
When to avoid
- you need durable on-disk persistence of data
- you need full Redis feature set like transactions, Lua scripting, or rich data structures
- your dataset is small enough for a single Redis or in-process cache
- you need a mature 1.0 production-hardened release
Facets
library · maturity active
caching database message-queue serialization databases microservices developer-tools go cross-platform self-hosted key-value-store distributed-cache in-memory-database distributed-hash-table redis-protocol resp pub-sub sharding nosql embedded caching docker
1 source
- readme: https://github.com/olric-data/olric · fetched 2026-08-28 · d4fa48444747
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| olric-data/olric | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="olric-data/olric")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem