Valkey 8.0 Released As Speedy Redis Fork Achieving One Million RPS

Written by Michael Larabel in Programming on 15 September 2024 at 08:25 PM EDT. 11 Comments
PROGRAMMING
Valkey 8.0 was released today as this leading fork of the Redis open-source code that was started by the Linux Foundation early in the year and backed by organizations from Amazon/AWS to Google Cloud, Oracle, and others. With the Valkey 8.0 release a big focus has been on increasing performance and striving to being capable of delivering one million requests per second.

Valkey is enjoying increasing backing from different vendors as the leading open-source alternative to the in-memory Redis software following its licensing change. With Valkey 8.0 it's sure to pick up more industry interest as the performance is screaming.

A big focus in Valkey 8.0 development was on achieving better performance with an expressed goal of being able to deliver one million requests per second and unlocking more CPU potential from this in-memory data store. There's been many optimizations and tripling the speed over the former Redis open-source code. There are also very nice memory efficiency improvements with Valkey 8.0.

Some of the Valkey 8.0 specifics include optimizing the handling of temporary set objects in SUNION and SDIFF for 27~41% better performance, experimental RDMA user keep-alive support, improving multi-threaded performance with memory prefetching, various command changes, new cluster features, dual channel efficient full-sync replication, async I/O threading for better multi-threaded performance, optimized CPU cache efficiency, reliability improvements, and much more.

Valkey logo


Valkey 8.0 is a hell of a release for taking open-source Redis further. Valkey 8.0 retains full compatibility with Redis OSS 7.2.4.

Downloads and more details on Valkey 8.0 are available via GitHub. Now with Valkey 8.0 being stable with many nice performance improvements, I'll be adding Valkey to my regular CPU/system/memory hardware performance testing with the Valkey benchmark.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week