
Valkey
Open source Redis fork maintained by Linux Foundation
The Lens
Valkey is the Linux Foundation fork of Redis that stays truly open source. It's Redis, maintained by the community, with the same commands, the same data structures, and the same performance. Drop-in replacement.
C. Linux Foundation backing with contributions from AWS, Google, Oracle, Ericsson, and others. Forked from Redis 7.2.4, the last open source version. Already diverging with its own improvements: multi-threaded I/O, RDMA support, and dual-channel replication.
Fully free. No paid tier from the Valkey project itself. Cloud providers (AWS ElastiCache, Google Memorystore) offer managed Valkey instances at their standard pricing. Self-hosting is trivial. Same as Redis. Single binary, minimal config, runs on anything. Clustering follows the same architecture as Redis Cluster. Solo to large teams: free. If you're starting a new project and want an in-memory data store, Valkey over Redis is the straightforward choice. Existing Redis users: migration is a config change. Point your client at Valkey and it works.
The catch: Valkey is young as a fork. The community is large and well-funded, but the project still needs to prove it can innovate independently, not just maintain compatibility. Some Redis modules (RedisJSON, RedisSearch) are not available in Valkey. You'd need alternatives for those specific features.
Free vs Self-Hosted vs Paid
fully freeFully open source under BSD 3-Clause. No paid tier from the Valkey project. Cloud providers offer managed instances at standard cloud pricing (AWS ElastiCache, Google Memorystore). Self-hosting cost: whatever server you run it on. Valkey is very resource-efficient.
Free. The whole point is being the open source Redis alternative.
Similar Tools
About
- Stars
- 25,358
- Forks
- 1,084
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.



