Valkey emerged in March 2024 when Redis Ltd moved away from open-source licensing, prompting six maintainers from AWS, Alibaba, Tencent, Ericsson, Huawei, and Oracle to fork the last BSD-licensed Redis version. The Linux Foundation immediately backed the project, and within months nearly 50 companies were contributing. For teams running Redis in production, Valkey offers full API compatibility with Redis 7.2 and earlier, meaning existing applications can switch without code changes.
Valkey 8.0 delivered meaningful performance improvements through enhanced I/O threading, showing 15-22% throughput gains over Redis 7.2 on read-heavy workloads. Version 9.0 marked the project's biggest departure from the original codebase, introducing official BSD-licensed modules for JSON, Bloom filters, and vector similarity search distributed as the Valkey Bundle. Cluster mode now supports multiple logical databases, atomic slot migration, and per-slot metrics for observability, with tested configurations scaling to 2,000 nodes.
The project enjoys first-class managed service support from Amazon ElastiCache, DigitalOcean, Aiven, Heroku, UpCloud, and others. Spring Data Valkey provides native integration with the Java ecosystem. With over 25,000 GitHub stars and the backing of the Linux Foundation's governance model, Valkey guarantees no future surprise license changes. For new projects in 2026, it has become the default choice for teams wanting truly open-source in-memory data infrastructure.