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.
Current Valkey releases emphasize performance, security, module, and cluster improvements while preserving Redis 7.2 compatibility. The public project now highlights Valkey 9.1 and the 8.1.8 maintenance line, with BSD-licensed module work around JSON, Bloom filters, and vector search plus cluster observability improvements. Teams should still benchmark their own read/write mix and module requirements before assuming a universal performance win over Redis Stack.
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.
