VOOZH about

URL: https://www.phoronix.com/news/Valkey-8.1-Released

⇱ Redis-Forked Valkey 8.1 Released - Turns To AVX2 For Better Performance - Phoronix


👁 Phoronix

Redis-Forked Valkey 8.1 Released - Turns To AVX2 For Better Performance

Written by Michael Larabel in Free Software on 31 March 2025 at 11:55 AM EDT. 11 Comments
It's been just over one year since the Linux Foundation and partners announced Valkey as a fork of Redis. Following the release of Redis 8.0 in September for this in-memory key-value database, Valkey 8.1 is out today.

Valkey 8.1 was just released as a minor upgrade to this Redis fork. There are performance improvements, better reliability, and usability enhancements over Valkey 8.0.

One of the new performance enhancements of Valkey 8.1 is optimizing the performance of the bitcount command by using x86 SIMD instructions. At this stage it's about speeding-up bitcount using Advanced Vector Extensions 2 (AVX2).

The pull request adding the AVX2-optimized bitcount command shows some nice speed-ups with larger values:

👁 AVX2 improvement


There are also other performance improvements in Valkey 8.1 like using a new memory efficient hash table to store keys, TLS with I/O threads, and other optimizations.

Downloads and more details on the Valkey 8.1 GA release via GitHub.

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.