valkey-io/valkey
A flexible distributed key-value database that is optimized for caching and other realtime workloads. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 94
- Longevity 63
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: 0.0
- age_days: 895
- days_rel: 43
- days_push: 7
- n_releases_24m: 37
Adoption not part of the score
26991 stars · 1300 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Valkey is an open-source (BSD-3-Clause), high-performance in-memory key-value data structure server forked from Redis before its license change, backed by the Linux Foundation. It supports rich native data structures, caching, pub/sub messaging, Lua scripting, clustering, and an extensible plugin/module system.
Use cases
- fast in-memory cache with LRU eviction for my web app
- self-hosted Redis alternative with a permissive open-source license
- key-value store for session data and rate limiting
- lightweight message broker using pub/sub
- distributed lock manager for microservices
- primary low-latency datastore for realtime workloads
- run a Redis-compatible server in Docker
When to choose
- you need a battle-tested, Redis-compatible in-memory datastore under a fully open BSD license
- you want microsecond-latency caching, pub/sub, or data structure operations
- you need clustering, replication, sentinel, TLS, and a module/plugin ecosystem
- you want a Linux Foundation-governed project with active releases and strong community support
When to avoid
- you need durable disk-based storage as the primary design goal rather than in-memory performance
- you depend on Redis-specific proprietary features or modules not ported to Valkey
- you need a managed cloud service rather than self-hosting (though many clouds offer Valkey)
- you require SQL or relational data modeling
Facets
service · maturity stable
database caching message-queue search-engine databases backend microservices self-hosted windows bsd self-hosted cross-platform key-value-store in-memory redis-fork data-structure-server nosql pub-sub lua-scripting linux-foundation linux macos docker
5 sources
- readme: https://github.com/valkey-io/valkey · fetched 2026-08-28 · 6e7d9d9c4228
- homepage: https://valkey.io · fetched 2026-08-29 · f06d3befa4ee
- site_page: https://valkey.io/docs · fetched 2026-08-29 · e9d2ddfb017c
- site_page: https://valkey.io/topics/quickstart · fetched 2026-08-29 · b9273eedaeb2
- site_page: https://valkey.io/topics · fetched 2026-08-29 · bab95760fc0b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| valkey-io/valkey | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="valkey-io/valkey")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem