The New StackWednesday · May 20, 2026FREE

Valkey 9.1 trims memory 10% and pulls search into the core

valkeydatabaseperformancememory

Valkey 9.1, the latest version of the open-source key-value store, is now generally available. The release cuts memory consumption by 10% compared to previous versions, achieved through optimizations in memory management and data structures. Additionally, search functionality has been pulled into the core, eliminating the need for separate modules or extensions for basic search operations. This integration simplifies deployment and reduces operational overhead. The update also introduces improved modularity, allowing users to enable only the features they need, and enhanced ecosystem tooling for better monitoring and management of production workloads. Valkey 9.1 is available immediately for download from the official website and package repositories. The project continues to be developed under the Linux Foundation, with contributions from major cloud providers and enterprises. This release targets developers running large-scale caching, session stores, and real-time analytics, where memory efficiency and reduced complexity are critical.

// why it matters

10% memory savings and built-in search reduce costs and complexity for Valkey users.

Sources

Primary · The New Stack
▸ Read original at thenewstack.io

Like this? Get the next digest.

Valkey 9.1 trims memory 10% and pulls search into the core — aigest.dev