Planet for the Valkey Community

A blog aggregator for the Valkey Community / Ecosystem

This is a demo of what a Blog Aggregator for the Valkey Community / Ecosystem would look like.

Wednesday, 10. September 2025

Pogocache 1.2 Now Uses Microsoft's Mimalloc By Default: "Excellent Performance" (from Phoronix)

Pogocache is the open-source fast caching software built from scratch that is optimized for low latency and CPU scalability/efficiency. Pogocache claims to outperform Memcached, Valkey, Redis, and other alternatives. Out today is Pogocache 1.2 as the newest feature release for this fast cache... [...]

Thursday, 04. September 2025

Reduce your Amazon ElastiCache costs by up to 60% with Valkey and CUDOS (from AWS Database Blog)

In this post, we show you how to save costs on Amazon ElastiCache by upgrading your cluster engine to ElastiCache for Valkey. If you’re currently using ElastiCache for Redis OSS, you can achieve up to 60% cost savings by upgrading to Valkey. [...]

Tuesday, 26. August 2025

Valkey 9.0: Enterprise-Ready, Open Source, and Coming September 29, 2025 (from Percona Database Blog)

♦Circle September 29th on your calendar! That’s when Valkey 9.0 officially drops, bringing enterprise-grade features that solve real operational headaches without the licensing restrictions or unpredictable costs you face with Redis. If you’ve been following Valkey since it forked from Redis, this release represents a major milestone. The same engineers who built Redis now work [… [...]

Tuesday, 19. August 2025

Vibe code with AWS databases using Vercel v0 (from AWS Database Blog)

In this post, we explore how you can use Vercel’s v0 generative UI to build applications with a modern UI for AWS purpose-built databases such as Amazon Aurora, Amazon DynamoDB, Amazon Neptune, and Amazon ElastiCache. [...]

Thursday, 14. August 2025

Valkey 9.0-rc1 Taps AVX-512 For String-To-Integer Conversion For ~19% Gain (from Phoronix)

The open-source Valkey key-value database that is forked from Redis is preparing for the big Valkey 9.0 feature release. Valkey 9.0-rc1 was issued today and comes with some exciting performance optimizations and other enhancements for this in-memory KV database... [...]

Back to being FOSS, Redis delivers a new, faster version (from The Register)

Meanwhile, the clock's ticking for the previous FOSS Redis

Redis 8.2 is FOSS again, albeit under a different license, and has multiple performance enhancements. Meanwhile, Redis 7.2, the last of the old FOSS versions, is nearing its end of life. New version, or new Valkey?…

[...]

Tuesday, 12. August 2025

What you'll see at Keyspace 2025 (from Valkey Blog)

/* this blog post pulls in CSS from sessionize and it clashes with our color scheme */ .main-inner #sessionize.sessionize-wrapper .sz-speaker.sz-speaker--full .sz-speaker__name { color: #30176e; } .main-inner #sessionize.sessionize-wrapper .sz-speaker.sz-speaker--full .sz-speaker__tagline { color: #30176e; }

I sat on the selection committee for Keyspace and was floored by the number an [...]

Monday, 11. August 2025

Scaling transaction peaks: Juspay’s approach using Amazon ElastiCache (from AWS Database Blog)

Juspay powers global enterprises by streamlining payment process orchestration, enhancing security, reducing fraud, and providing seamless customer experiences. In this post, we walk you through how Juspay transformed their payment processing architecture to handle transaction peaks. Using Amazon ElastiCache and Amazon RDS for MySQL, Juspay built a system that processes 7.6 million transactions per [...]

Monday, 04. August 2025

Introducing valkey-swift, the Swift client for Valkey (from Valkey Blog)

We are excited to introduce the preview release of valkey-swift, a new Swift based client library for Valkey.

The Client

Valkey-swift is a modern swift client built with Swift concurrency in mind. Using Valkey from Swift lets you take advantage of a strongly typed API, Swift's memory and data race safety guarantees, as well as maintaining a very light memory footprint. The API uses struct [...]

Thursday, 31. July 2025

Amazon announces Extended Support for ElastiCache version 4 and version 5 for Redis OSS (from AWS What's New)

Amazon ElastiCache now offers Extended Support for ElastiCache versions 4 and 5 for Redis OSS, allowing customers to maintain critical workloads on these versions for up to three years beyond the standard support end date. This new offering addresses the needs of customers who require additional time to plan and execute version upgrades due to application dependencies or large-scale deployment c [...]


Introducing Extended Support for Amazon ElastiCache version 4 and version 5 for Redis OSS (from AWS Database Blog)

Amazon ElastiCache now offers Extended Support so that you can upgrade to a new major version at a pace that meets your business requirements. Extended Support is a paid offering that provides critical security updates, bug fixes, and continued support for ElastiCache versions 4 and 5 for Redis OSS through January 31, 2029. Starting on February 1, 2026, ElastiCache Redis OSS v4 and v5 clusters that [...]

Thursday, 24. July 2025

Year One of Valkey: Open-Source Innovations and ElastiCache version 8.1 for Valkey (from AWS Database Blog)

In April 2024, AWS announced support for Valkey, a community-driven fork of Redis born out of a shared belief that critical infrastructure software should be vendor neutral and open source. In this post, we share how, just over a year in, we remain fully committed to the Valkey project and announce support for the latest version with Amazon ElastiCache version 8.1 for Valkey. We explore the benefit [...]

Implement fast, space-efficient lookups using Bloom filters in Amazon ElastiCache (from AWS Database Blog)

Amazon ElastiCache now supports Bloom filters: a fast, memory-efficient, probabilistic data structure that lets you quickly insert items and check whether items exist. In this post, we discuss two real-world use cases demonstrating how Bloom filters work in ElastiCache, the best-practices to implement, and how you can save at least 90% in memory and cost compared to alternative implementations. Blo [...]

Announcing Bloom filter support in Amazon ElastiCache (from AWS What's New)

Amazon ElastiCache now supports Bloom filters as a new data type in ElastiCache version 8.1 for Valkey and above. Bloom filters are a space efficient probabilistic data structure that lets you quickly check whether an item is possibly in a set. This new feature is fully compatible with the valkey-bloom module and API compatible with the Bloom filter command syntax of the Valkey client libraries, [...]


Amazon ElastiCache now supports Valkey 8.1 (from AWS What's New)

Today, Amazon ElastiCache announces support for Valkey 8.1, bringing the latest innovations from the Valkey open source project into ElastiCache for Valkey, including new capabilities, performance improvements, and observability enhancements. These improvements will help developers to increase an application’s responsiveness while reducing infrastructure cost for in-memory workloads.

Am [...]

Wednesday, 23. July 2025

Pogocache 1.0 Released: Claims Better Performance Than Memcache, Valkey & Redis (from Phoronix)

Pogocache 1.0 was released today as a fast open-source caching software that aims for low latency and great CPU efficiency. Pogocache supports Memcache / Valkey / Redis / HTTP / Postgres wire protocols while claiming to offer much better throughput and lower latency than these caching alternatives... [...]

Monday, 21. July 2025

Using k0rdent MultiClusterService Template for Valkey on Kubernetes (from Valkey Blog)

Managing distributed applications across multiple Kubernetes clusters can be a complex and time-consuming process. This guide demonstrates how to streamline Valkey deployment using k0rdent's MultiClusterService template, providing a practical example of modern multi-cluster application delivery.

In this tutorial, we'll walk through deploying Valkey across Kubernetes clusters [...]

Thursday, 17. July 2025

Open Source Is Too Important To Dilute  (from The New Stack)

Open source software (OSS) is under attack — and not just from the usual suspects inserting malware or gaming vulnerability

The post Open Source Is Too Important To Dilute  appeared first on The New Stack.

[...]

Wednesday, 16. July 2025

Instaclustr for ClickHouse® on Azure is now generally available (from Instaclustr)

Discover NetApp Instaclustr for ClickHouse on Azure, the perfect solution for real-time analytics and machine learning to support AI workloads.

The post Instaclustr for ClickHouse® on Azure is now generally available appeared first on Instaclustr.

[...]

Tuesday, 15. July 2025

Integrating support for AWS PrivateLink with Apache Cassandra® on the NetApp Instaclustr Managed Platform (from Instaclustr)

Discover seamless and secure integrations with AWS PrivateLink and Apache Cassandra. Find out more to enhance data privacy and access control.

The post Integrating support for AWS PrivateLink with Apache Cassandra® on the NetApp Instaclustr Managed Platform appeared first on Instaclustr.

[...]

Thursday, 10. July 2025

Save the Date August 28, 2025: Keyspace (from Valkey Blog)

Join the Valkey crew on August 28, 2025 in Amsterdam for the first ever Valkey conference: Keyspace!

Keyspace is the event where developers, SREs, and DevOps pros gather to share techniques, best practices, and new uses for Valkey. You’ll meet and network with the project maintainers, community enthusiasts, and thought leaders in a focused one-day event. The event will give insights into [...]

Monday, 07. July 2025

Introducing Vector Search To Valkey (from Valkey Blog)

Valkey-search is an official Valkey module that introduces native vector similarity search capabilities. It allows you to efficiently create indexes and search through billions of vectors stored in your Valkey instances. Whether you're building semantic search, fraud detection systems, or conversational AI experiences, Valkey-Search provides a flexible and high-performance foundation for your ap [...]

Wednesday, 02. July 2025

Behind the Scenes: Scaling Valkey on OCI for Hundreds of Applications (from Oracle Cloud Infrastructure Blog)

Explore how OCI extended Valkey with monitoring metrics to boost high-performance applications. [...]

Monday, 30. June 2025

Announcing Valkey GLIDE 2.0 with support for Go, OpenTelemetry, and batching (from AWS Database Blog)

AWS recently announced, in partnership with Google Cloud and the Valkey community, the general availability of Valkey General Language Independent Driver for the Enterprise (GLIDE) 2.0, the latest release. Valkey GLIDE is multi-language client library designed for reliability and performance. In this post, we discuss what Valkey GLIDE is and its key benefits, and then dive into its new enhancements [...]

Instaclustr product update: June 2025 (from Instaclustr)

The last few months have been busy at NetApp Instaclustr as we’ve released some great new features for our customers, including Kafka and Kafka Connect 4.0.0 in General Availability and OpenSearch 3.0 in Preview! Get all the details here.

The post Instaclustr product update: June 2025 appeared first on Instaclustr.

[...]

Introducing Enhanced JSON Capabilities in Valkey (from Valkey Blog)

JSON is a ubiquitous format for semi-structured data, and developers often expect native support across their technology stack, including in-memory stores like Valkey. Previously, working with JSON in Valkey required serializing entire objects as strings or flattening them into Hashes, limiting nesting. These workarounds added complexity and made updates harder than they should be.

That c [...]

Friday, 27. June 2025

Supercharging AWS database development with AWS MCP servers (from AWS Database Blog)

Amazon Aurora, Amazon DynamoDB, and Amazon ElastiCache are popular choices for developers powering critical workloads, including global commerce platforms, financial systems, and real-time analytics applications. To enhance productivity, developers are supplementing everyday tasks with AI-assisted tools that understand context, suggest improvements, and help reason through system configurations. Mo [...]

Thursday, 26. June 2025

Top 3 reasons to upgrade to Valkey 8.0 on the Instaclustr Managed Platform (from Instaclustr)

NetApp is thrilled to announce the availability of Valkey 8, the latest major release, on the NetApp Instaclustr Managed Platform.

The post Top 3 reasons to upgrade to Valkey 8.0 on the Instaclustr Managed Platform appeared first on Instaclustr.

[...]

Tuesday, 24. June 2025

Open Wins Again II: From Fork to Force (from Percona Database Blog)

♦Forks aren’t just a technical event. We can look at them as philosophical ruptures, and the open source world isn’t the first to face this. Crypto communities have lived and breathed this reality for over a decade, often in the most chaotic, transparent, and high-stakes ways possible. Now, as Valkey rises to become the de […] [...]

Monday, 23. June 2025

valkey-bundle: One stop shop for real-time applications (from Valkey Blog)

Are you looking to build low-latency, high-performance, feature-rich applications without the hassle of managing multiple dependencies? Meet valkey-bundle your new best friend in the world of modern application development!

valkey-bundle enhances developer productivity by providing easy access to four tools in addition to the Valkey 8.1.1 through one container: Valkey JSON, Valke [...]

Wednesday, 18. June 2025

Valkey introduces GLIDE 2.0 with support for Go, OpenTelemetry, and pipeline batching (from AWS What's New)

AWS, in partnership with Google and the Valkey community, announces general availability of General Language Independent Driver for the Enterprise (GLIDE) 2.0, the latest release of one of its official open source Valkey client libraries. Valkey is the most permissive open source alternative to Redis stewarded by the Linux Foundation, which means it will always be open source. Valkey GLIDE is a [...]

Tuesday, 17. June 2025

Building resilient applications: design patterns for handling database outages (from AWS Database Blog)

Database outages, whether planned or unexpected, pose significant challenges to applications. Planned outages for maintenance can be scheduled but still impact users. Unplanned outages are more disruptive and can happen at critical times. Even the most robust and resilient databases will inevitably experience outages, making application resiliency a critical consideration in modern system design. I [...]

Friday, 13. June 2025

On the Open Source Valkey Project: One Year Later. Q&A with Madelyn Olson (from ODBMS.org)

Q1. In March 2024, you and five other members of the open-source community got together to create Valkey within the Linux Foundation. Valkey was meant to be a community-driven project within the Linux Foundation... [...]

Thursday, 12. June 2025

Understanding NetApp Instaclustr architectures, part 2: Running workloads in customer accounts (from Instaclustr)

Part two of this three-part series explores NetApp Instaclustr architectures, continuing with the fully managed approach of running workloads in customer-owned accounts.

The post Understanding NetApp Instaclustr architectures, part 2: Running workloads in customer accounts appeared first on Instaclustr.

[...]

Understanding NetApp Instaclustr architectures, part 1: Running workloads in NetApp accounts (from Instaclustr)

Part one of this three-part series explores NetApp Instaclustr architectures, starting with the fully managed approach of running workloads in NetApp-owned accounts.

The post Understanding NetApp Instaclustr architectures, part 1: Running workloads in NetApp accounts appeared first on Instaclustr.

[...]

Wednesday, 04. June 2025

Choosing the right open source data platform for your business (from Instaclustr)

Discover the ultimate open source data platform for your needs. Compare NetApp Instaclustr, Confluent, and Aiven to optimize your data infrastructure today!

The post Choosing the right open source data platform for your business appeared first on Instaclustr.

[...]

Monday, 02. June 2025

Implement prescription validation using Amazon Bedrock and Amazon DynamoDB (from AWS Database Blog)

Healthcare providers manage an ever-growing volume of patient data and medication information to help ensure safe, effective treatment. Although traditional database systems excel at storing patient records, they require complex queries to access information. By adding generative AI capabilities, healthcare providers can now use natural language to search patient records and verify medication safet [...]

Understanding the Client-Output Buffer Limit for Replicas in Valkey (from Percona Database Blog)

♦Valkey (a community-driven fork of Redis) uses a high-performance replication model to synchronize data between a primary node and its replicas. One critical component of this system is the client-output buffer, especially the configuration of its limits for replicas. This blog explores the client-output buffer, how its limits work in the context of replicas, and […] [...]

Friday, 30. May 2025

Build a multi-Region session store with Amazon ElastiCache for Valkey Global Datastore (from AWS Database Blog)

As companies expand globally, they must be able to architect highly available and fault-tolerant systems across multiple AWS Regions. With such scale, a company can find itself in this position when designing a caching solution across its multi-Region infrastructure. In this post, we dive deep into how to use Amazon ElastiCache for Valkey, a fully managed in-memory data store with Redis OSS and Val [...]

Wednesday, 28. May 2025

The Open Source Ripple Effect: How Valkey Is Redefining the Future of Caching, and Why It Matters (from Percona Database Blog)

♦Open wins again: What Valkey’s meteoric rise tells us about the future A product manager’s perspective on navigating an ecosystem in flux. When Redis Inc. changed its core product license, few anticipated how fast the aftershocks would reshape the caching world. But the emergence of Valkey – a Linux Foundation–governed fork – has sparked one […] [...]

Tuesday, 27. May 2025

Performance Optimization Methodology for Valkey - Part 1 (from Valkey Blog)

Performance optimization is a multifaceted domain, particularly for high-performance systems like Valkey. While overall system performance depends on numerous factors including hardware specifications, OS configurations, network conditions, and deployment architectures, our work focuses specifically on optimizing Valkey's performance at the CPU level.

Introduction

When examining software [...]

Saturday, 24. May 2025

Redis Returns to Open Source under AGPL License: Is It Too Late? (from InfoQ)

Redis 8 has recently hit general availability, switching to the AGPLv3 license. A year after leaving its open source roots to challenge cloud service providers and following the birth of Valkey, Redis has rehired its creator and moved back to an open source license.

By Renato Losio [...]

Thursday, 22. May 2025

Clouds, Code, and Control: The New Open Source Power Struggle (from The New Stack)

Since the beginning of time, those in power have often used their authority to exploit or dominate those with less

The post Clouds, Code, and Control: The New Open Source Power Struggle appeared first on The New Stack.

[...]

Tuesday, 20. May 2025

Valkey Modules Rust SDK updates (from Valkey Blog)

In an earlier article we explored the process of building Valkey Modules to enable developers to add features such as new commands and data types to Valkey without modifying its core. We also introduced the Valkey Modules Rust SDK demonstrating how to use it to create a basic module. In this follow-up article, we’ll dive deeper into the SDK and highlight several new features and improvements int [...]

Monday, 19. May 2025

Build an AI-powered text-to-SQL chatbot using Amazon Bedrock, Amazon MemoryDB, and Amazon RDS (from AWS Database Blog)

Text-to-SQL can automatically transform analytical questions into executable SQL code for enhanced data accessibility and streamlined data exploration, from analyzing sales data and monitoring performance metrics to assessing customer feedback. In this post, we explore how to use Amazon Relational Database Service (Amazon RDS) for PostgreSQL and Amazon Bedrock to build a generative AI text-to-SQL c [...]

Thursday, 15. May 2025

A year on, Valkey charts path to v9 after break from Redis (from The Register)

Fork focuses on stability and inclusion as it preps for more ambitious changes

Interview  Version 8.1 of Valkey was recently released, marking a year since the creation of the Redis fork. Valkey's co-maintainer, Madelyn Olson, is looking ahead to version 9 as the project settles down.…

[...]

Wednesday, 14. May 2025

Upgrade Stories from the Community, Volume 1: (from Valkey Blog)

Two new Valkey users describe what it's really like to upgrade

Many potential Valkey users have told the project that they're interested in hearing more stories about companies that have decided to migrate to Valkey. This blog is the first in a series that will share our users' stories. Two organizations, Muse and 4th Whale Marketing, share a similar story: they both have Valkey in a critical pl [...]