Valkey 9 introduces multi-tenant clustering and prepares for life beyond caching
Valkey, the open-source key-value database forked from Redis, is preparing to release its ninth version next month with several notable improvements focused on scalability, high availability, and data consistency. The project emerged in April 2024 after Redis adopted a more restrictive dual licensing model, prompting the Linux Foundation, with backing from major tech firms like AWS, Google, Oracle, Snap, and Ericsson, to fork the code from Redis 7.2.4.
Valkey 9’s headline feature is the introduction of multi-tenant clustering. Previously, sharded or clustered setups only allowed a single logical database, forcing organizations to maintain a one-to-one relationship between applications and Valkey clusters. This often led to resource inefficiencies. The new version solves this by enabling multiple logical databases within the same cluster, allowing many different applications or microservices to share resources while keeping their datasets logically separated.
The release also introduces standardized auto-failover mechanisms that can be applied consistently across development, staging, and production environments, streamlining the implementation of high availability. Additionally, Valkey 9 includes a safer shutdown process, preventing accidental outages by requiring deliberate and confirmed actions before terminating critical processes.
Longer-term, Valkey aims to evolve from being primarily a caching tool into a more consistent and durable general-purpose database. This strategic shift is expected to differentiate it from Redis and expand its use cases in enterprise environments. Experts note that organizations still using pre-fork Redis versions, especially Enterprise 7.2, will need to migrate soon, as support for Redis 7.2 ends in February 2026.
