Planet Valkey

A blog / news aggregator (Planet) for the Valkey Community / Ecosystem

(work in progress, please do not advertise too widely)

Friday, 31. July 2026

Security updates for Friday (from LWN.net)

Security updates have been issued by AlmaLinux (kernel, nodejs-nodemon, nodejs22, nodejs24, openssh, and vim), Debian (gsasl and ruby-rack), Fedora (dokuwiki, lego, libnbd, nasm, pack, unbound, and valkey), Mageia (389-ds-base, libxfont2, nghttp2, and perl-DBI), SUSE (apptainer, bind, ffmpeg-7, freerdp, google-osconfig-agent, graphicsmagick, helm, ImageMagick, java-17-openjdk, java-25-openjdk, keyb [...]

Thursday, 30. July 2026

The Power of Community: Driving Innovation across the Valkey Ecosystem (from Valkey Blog)

The community gathered at the Valkey Unlocked Conference to celebrate two years of innovation and ecosystem growth. In a keynote titled, "The Power of Community," Sailesh Krishnamurthy (VP of Engineering at Google) shared core insights on what it takes to build a thriving, resilient open source project and where the technology goes from here.

.unlocked-healthy-opps-video { display: flex; [...]

Wednesday, 29. July 2026

Security updates for Wednesday (from LWN.net)

Security updates have been issued by AlmaLinux (dovecot, go-fdo-client, go-fdo-server, kernel, kernel-rt, and sssd), Debian (calibre, hplip, libraw, and samba), Fedora (btrbk, chromium, gpsd, kronosnet, and restic), Mageia (gstreamer1.0-libav and libslirp), Slackware (libarchive, samba, and seamonkey), SUSE (agama-web-ui, chromium, gimp, glib2, GraphicsMagick, ignition, ImageMagick, java-21-openjdk [...]

Tuesday, 28. July 2026

Harbor Chose Valkey (from Valkey Blog)

With Harbor v2.15.2, the Harbor team replaced Redis with Valkey as its internal cache backend. This was a deliberate open source choice that highlights the flexibility and resilience of the open source ecosystem.

Harbor is a CNCF graduated open source container registry, a place where organizations can store, manage, and secure container images, Helm charts, OCI artifacts, CNAB (Cloud Nat [...]

Monday, 27. July 2026

Redis ships seven security releases after "27 minute" Kimi PoC (from The Stack)

Public PoCs target stock Redis releases, including the newly patched 8.8.1. The authors say China’s Kimi K3 found 19 zero-days and built one exploit in 27 minutes. [...]

Thursday, 23. July 2026

Consistency compounds: Valkey's journey to 200 Gbps (from Momento Blog)

Across four releases, I/O-threading changes removed a serial copy bottleneck, cut p99 latency, and brought large GETs to line rate on our 200 Gbps test rig.

[...]

Tuesday, 21. July 2026

The secret life of data in Valkey (from Valkey Blog)

If you’ve used Valkey for very long you’re probably aware of the different primary data types in the core: strings, hashes, lists, sets, sorted sets, and streams. Each data type has an accompanying set of commands that manipulate that data type. For example, you use HSET to set a field and value pair to a hash, but you don’t use, for example, HSET to add an element to a list. What i [...]

Friday, 17. July 2026

Aiven for Valkey™ 9.1 is here (from Aiven Product updates)

We’ve added support for Valkey 9.1, a release focused on new features and improvements for security, observability, performance, efficiency, and tooling.

Key highlights

  • Security: database-level ACLs, Lua moved to a module, TLS improvements
  • Observability: main/IO thread usage metrics, JSON logging
  • Performance: new IO threading model, faster streams/sorted sets/GET [...]

Thursday, 09. July 2026

Caching up with the Community: Deep Dive with Percona’s Kyle Davis (from Valkey Blog)

.percona-spotlight-video { justify-content: center; display: flex; } .percona-spotlight-video iframe { aspect-ratio: 16 / 9; width: 100% !important; }

Standard industry software consistently grows heavier, consuming more RAM with every minor update. Valkey reverses this trend entirely: upcoming engineering milestones drop the software's structural footprint, meaning a simple binary upg [...]

Thursday, 02. July 2026

Right Size Your Model Usage with Valkey and Semantic Routing (from Aiven Blog)

Route easy prompts to cheap models, hard ones to frontier using vector search and a Valkey instance you might already be using for caching. [...]

Tuesday, 30. June 2026

Stop Request Stampedes at the Gateway with Platformatic Deduplication (from Platformatic Blog)

Picture an online store launching a new product and sending out a mailing list campaign. Thousands of users click the same link at once. The product page, built with a Node.js app like Next.js, needs [...]

ValkeyConf: The Valkey Community Comes to Prague (from Valkey Blog)

Introducing ValkeyConf. On October 5, 2026, the Valkey community will gather in Prague, Czechia, for its inaugural flagship event, held alongside Open Source Summit Europe and organized by the Linux Foundation.

From Keyspace in Amsterdam and Beijing to Valkey Unlocked, this community has shown up every time we've put something together. ValkeyConf is the next chapter. Since the p [...]

Monday, 22. June 2026

Aiven for Valkey™ now available on the Developer tier (from Aiven Product updates)

Aiven now offers the Developer tier for Aiven for Valkey™: a cost-effective, paid service tier designed for development, testing, and production workloads that do not yet require Professional-tier scale.

Compared to the Free or Hobbyist plans, the Developer plan offers increased CPU and RAM per VM. Additionally, unlike the Free plan, Developer-tier services are not automatically powered of [...]

Wednesday, 17. June 2026

Sunsetting Aiven for Dragonfly (from Aiven Product updates)

What's happening

Aiven for Dragonfly is being discontinued on the Aiven Platform:

  • End of availability (EOA): After 17 June 2026, you can no longer create new services. Existing services will continue to operate until the end of life (EOL) date, but you will not be able to change service plans.
  • End of life (EOL): On 30 September 2026, all active services will be deco [...]

Thursday, 11. June 2026

Unlocked Seattle: The Best Systems Let You Sleep At Night (from Valkey Blog)

The best systems are often the boring ones. Boring because they continue working predictably when traffic spikes, dependencies drift, workloads evolve, or failures start cascading across systems at 3AM.

That idea was constant at Unlocked Conference in Seattle.

More than 140 engineers representing over 50 companies gathered at T-Mobile Park for a full day of 20 technical ta [...]

Wednesday, 10. June 2026

Managing Connection Storms in Valkey at Scale (from Valkey Blog)

The alerts are firing. Users cannot complete requests. The cache dashboard shows CPU normal, memory normal, hit rate normal, p99 within SLA. The Valkey node metrics are all green. The cluster topology has not changed. Yet the application is still failing.

This is one of the more disorienting situations in distributed systems. The component everyone assumes is the culprit is behaving perfe [...]

Tuesday, 09. June 2026

Index your Valkey Cache and Start Searching (from Aiven Blog)

The Valkey Search module allows you to leverage strong full-text and vector search based on your existing cached data. [...]

Monday, 08. June 2026

Stop hitting the database for things that aren't there: Use a Valkey Bloom Filter (from Aiven Blog)

Every time your app asks the database 'does this row exist,' it pays the cost of a database query to get back 'no'. [...]

Friday, 05. June 2026

Valkey™ Bloom module now available on Aiven for Valkey (from Aiven Product updates)

What's new

The Valkey Bloom module is now available on Aiven for Valkey services running Valkey 9 and later. It adds a probabilistic Bloom filter data type that lets you test set membership using very little memory. A Bloom filter can tell you that an element is possibly in a set or definitely not in a set, which makes it well suited to high-traffic use cases such as preventing cache [...]


Valkey™ Search module now available on Aiven for Valkey (from Aiven Product updates)

What's new

The Valkey Search module is now available on Aiven for Valkey services running Valkey 9 and later. It extends Valkey with a high-performance search engine that supports vector search, full-text search, and hybrid queries over data stored in Valkey Hash and Valkey JSON.

Key features

  • Vector search: Run Approximate Nearest Neighbor (HNSW) or exact K-Nearest Ne [...]

Wednesday, 03. June 2026

Caching up with the Community: A Conversation with Daniela Miao on Valkey and Momento (from Valkey Blog)

This segment features Daniela Miao, Co-founder and CTO of Momento, discussing her journey into open source, the technical advantages of building on Valkey, and how high-scale infrastructure supports some of the world's largest live events.

Tell us a little bit about yourself, what Momento does, and your journey through open source and infrastructure.

I’m the Co-founder and CTO of Momento, [...]

Tuesday, 26. May 2026

Introducing valkey-lab: Stop Guessing When Your Cache Hits Its Limit (from Momento Blog)

Benchmarking a cache should be about finding how much load your system can sustain before latency SLOs break. Introducing valkey-lab.

[...]

Thursday, 21. May 2026

Why Snap Was Willing to Fork, and Why They Still Came Back (from Momento Blog)

Snap ran 100% of their caching infrastructure on KeyDB, a Redis fork they acquired in 2022. Two years later, they moved to Valkey. Here's why.

[...]

AI-Assisted Production Database Ops with ClusterControl MCP and CCX MCP (from Severalnines' Blog)

In December, we introduced how Model Context Protocol could make ClusterControl easier to work with from AI assistants. Since then, Severalnines has expanded that MCP direction across its database operations platforms with ClusterControl MCP and CCX MCP. The latest ClusterControl MCP is the major update, providing a more robust implementation with 69 tools and 20 […]

The post AI-Ass [...]

Tuesday, 19. May 2026

Valkey 9.1 delivers improvements in security, performance, and more (from Valkey Blog)

The Valkey community is excited to announce version 9.1.0 This latest release includes new functionality and improvements for security, observability, performance, efficiency, and tooling from over eighty contributors. Let's take a look at a few of the highlights in this release.

Security

Release 9.1 strengthens Valkey's security capabilities with several important enhancements:

Nu [...]

Tuesday, 12. May 2026

Introducing Valkey Admin 1.0: Visual Cluster Management for Valkey (from Valkey Blog)

Valkey Admin is a new open source observability and management tool from the Valkey project that brings cluster visibility, data inspection, and troubleshooting into a single view. It ships as a native desktop application for macOS and Linux, and as a containerized web deployment on Docker and Kubernetes. Valkey Admin provides real-time cluster dashboards, topology visualization with per-node de [...]

Wednesday, 06. May 2026

Aiven for Valkey™: Version 9 is now the default for new services (from Aiven Product updates)

We are excited to announce that Valkey 9 is now the default version for all new Aiven for Valkey™ services.

What this means for you:

  • New services: When creating a new Aiven for Valkey™ service, the platform will now automatically select version 9 as the default.
  • Existing services: Your currently running services on version 8.1 remain unaffected and will continue to opera [...]

Tuesday, 05. May 2026

Reduce Token Cost for LLMs: AI Agent Memory with Valkey and Mem0 (from Valkey Blog)

AI agent memory turns a stateless large language model (LLM) into an assistant that knows its users and delivers personalized, relevant responses. Implementing an agent memory layer can cut token cost by up to 90% and keep responses under 2 seconds (Mem0 benchmarks). Without memory, responses lose relevance, users repeat themselves, and token costs climb as raw history accumulates.

This p [...]

Thursday, 30. April 2026

Valkey-swift - Announcing 1.0 Release (from Valkey Blog)

Last summer, we introduced the preview release of valkey-swift. This 1.0 release delivers a production-ready client with stable APIs that takes full advantage of all the modern features of Swift 6.

Introduction

Valkey-swift is a production-grade Swift client built with modern Swift features in mind. Using Valkey with Swift provides strongly typed APIs with clean semantics, memory-safety a [...]

Tuesday, 28. April 2026

Run Medusa on Kubernetes with Watt as a Monorepo (from Platformatic Blog)

Medusa stands out as a flexible open source commerce platform for Node.js. It offers teams a customizable backend, admin tools, and a modern storefront, all without locking you into a strict SaaS mode [...]

On release candidates (from Valkey Blog)

A release candidate (RC) just came out for Valkey. You’ve likely heard of the term before but do you know what it really means, especially in terms of Valkey? And do you know if you should care about this release? If any of those questions pique your interest, read on.

Before pulling apart the specific reasons to use a release candidate, it’s important to talk about generally available (G [...]

Thursday, 23. April 2026

Valkey Meets Laravel: Bridging Open Source Communities at Laracon India 2026 (from Valkey Blog)

The Laravel community gathered in Ahmedabad, India, on January 31–February 1, 2026, for Laracon India one of the most anticipated PHP conferences in the region.

Valkey was proud to participate as a sponsor, connecting with 900 attendees passionate about building fast, scalable, and modern web applications on open source foundations.

For those who couldn't attend in person, you can [...]

Wednesday, 15. April 2026

Victory at HackNC State: Innovating for the Telecom Industry with Valkey (from Valkey Blog)

The telecommunications industry is facing growing trust challenges as communication networks become targets for increasingly sophisticated fraud.

On February 14-15, 2026, 371 students and 15 teams came together at HackNC State 2026 to tackle this challenge within 24 hours. The Valkey project, under The Linux Foundation, invited the participants to compete in an API challenge choosing from [...]

Tuesday, 14. April 2026

Introducing Regina: Stateful AI Agent Orchestration for Platformatic Watt (from Platformatic Blog)

We’re excited to share Regina, a production-ready agent orchestration layer built on Platformatic Watt. Regina lets you go from single-agent demos to real systems you can run and scale confidently. Yo [...]

Tuesday, 07. April 2026

Thanks AWS Open Source (from J-F Gagné's MySQL Blog)

I would like to thank AWS Open Source for their support. For some time, I am maintaining Planet for the MySQL Community, a blog / news aggregator for the MySQL Community/Ecosystem.  I am also maintaining a similar aggregator for the Valkey Community. Maintaining blog / news aggregators is not free.  It incurs hosting, domain registration, and other costs (in addition to time, [...]

@platformatic/kafka Now Supports Confluent Schema Registry (from Platformatic Blog)

If you run Kafka in production, you can’t skip schema evolution. Teams need clear data types, compatibility checks, and a safe way to update contracts without breaking consumers or downstream services [...]