The Shift in the In-Memory Ecosystem

In March 2024, Redis transitioned future releases from open-source BSD to restrictive dual-licensing (SSPL and RSAL). In response, AWS, Google Cloud, Oracle, Ericsson, and the open-source community created **Valkey** under the Linux Foundation.

At **i26 AI & Software Solutions**, we have successfully transitioned dozens of high-throughput production clusters from Redis 7 to Valkey 7.2 and 8.

Key Architectural Advantages of Valkey:

1. **True Open Source (BSD-3-Clause)**: Zero risk of licensing audits, vendor lock-in, or punitive cloud hosting clauses.
2. **Binary Compatibility**: Valkey supports the exact RESP protocol; client libraries (`ioredis`, `redis-py`, `go-redis`) connect without modification.
3. **Multi-Threaded IO Improvements**: Valkey 8 introduces enhanced asymmetric multi-threaded networking, resulting in 18% higher QPS on multi-core servers compared to Redis 7.2.