Presentation: Realtime and Batch Processing of GPU Workloads (from InfoQ)
Joseph Stein discusses engineering an enterprise AI-as-a-Service platform within a private cloud data center. He explains how to maximize underutilized GPU pools via multi-namespace scheduling, leverage Valkey and Lua for atomic priority queuing and backpressure management, mitigate OWASP Top 10 LLM risks via central proxy gateways, and scale batch pipelines using a custom S3-to-Kafka proxy.
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.
The post Why Snap Was Willing to Fork, and Why They Still Came Back appeared first on Momento.
[...]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 [...]
Wednesday, 20. May 2026
Valkey 9.1 Sharpens Performance and Security Controls (from Techstrong.IT)
Maintainers of the open source database Valkey announced Valkey 9.1 this week at Open Source Summit North America in Minneapolis. Now generally available, the latest release adds security and observability features, performance upgrades and memory-efficiency improvements. On the security side, Valkey 9.1 adds database-level ACLs, allowing administrators to restrict users to specific numbered dat [...]
Valkey 9.1 Delivers More Performance & Enhanced Security (from Phoronix)
Manually Migrate Hash Slots in a Valkey/Redis Cluster (from Percona Database Blog)
This article explains how to manually migrate hash slots in Valkey/Redis clusters to expand your deployment with minimal disruption to availability. Note: Valkey 9.0 introduces the Atomic Slot Migration (ASM) feature, which significantly improves migration speed (up to 9.52 times faster) and reliability, while reducing migration complexity. So you should use ASM instead if you … Continued< [...]
Tuesday, 19. May 2026
Valkey Enhances Efficiency, Security, and Modular Performance with 9.1 Release and New Ecosystem Integrations (from Linux Foundation - Press Releases)
Nine Entertainment’s journey: Achieving 98% cost savings with Amazon ElastiCache Serverless for Valkey (from AWS Database Blog)
Automated JDBC query caching with the AWS Advanced JDBC Wrapper (from AWS Database Blog)
Valkey 9.1 trims memory 10% and pulls search into the core (from The New Stack)
Valkey 9.1 is now generally available with a focus on improved efficiency, modularity, and ecosystem tooling for production workloads. At
The post Valkey 9.1 trims memory 10% and pulls search into the core appeared first on The New Stack.
[...]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.
SecurityRelease 9.1 strengthens Valkey's security capabilities with several important enhancements:
Nu [...]
Monday, 18. May 2026
Improving generative AI accuracy with vector and graph search hybrid queries (from AWS Database Blog)
Security updates for Monday (from LWN.net)
Wednesday, 13. May 2026
How HotelTrader cut inter-AZ cost 95% and latency by 49% with Valkey GLIDE on Amazon ElastiCache (from AWS Database Blog)
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 [...]
Monday, 11. May 2026
Security updates for Monday (from LWN.net)
Thursday, 07. May 2026
Announcing Valkey 9.0 for Amazon ElastiCache (from AWS Database Blog)
Full-text, exact-match, range, and hybrid search on Amazon ElastiCache (from AWS Database Blog)
Announcing aggregations on Amazon ElastiCache (from AWS Database Blog)
Valkey turns two (from AWS Database Blog)
Wednesday, 06. May 2026
Amazon ElastiCache now supports real-time aggregations (from AWS What's New)
Amazon ElastiCache now supports aggregation queries, making it easier to filter, group, transform, and summarize data directly in your cache with a single query. Developers can use aggregation queries to build real-time application experiences with latencies as low as microseconds over terabytes of data and results reflecting completed writes.
By running aggregations directly in-memory
[...]
Amazon ElastiCache now supports real-time hybrid search with vector and full-text (from AWS What's New)
Amazon ElastiCache now supports real-time hybrid search that combines vector similarity with full-text search in a single query, without a separate search service. Applications can combine semantic meaning with exact keyword matching that captures both intent and precise terms to deliver more relevant results than either method alone. Customers can use ElastiCache to combine full-text and vector [...]
Amazon ElastiCache now supports real-time full-text, exact-match, and numeric range search (from AWS What's New)
Amazon ElastiCache now supports real-time full-text, exact-match, and numeric range search directly in your cache without a separate search service. Applications can use ElastiCache to search terabytes of data with latency as low as microseconds and throughput up to millions of search operations per second. Developers can combine any of these search types in a single query to power real-time, sc [...]
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
Announcing Valkey 9.0 for Amazon ElastiCache (from AWS What's New)
Amazon ElastiCache now supports Valkey 9.0, bringing new capabilities to customers building real-time, AI-driven, and high-throughput applications on AWS. As applications grow more data-intensive and latency-sensitive, teams often face the overhead of managing separate search infrastructure, throughput ceilings that force over-provisioning, and complex workarounds for data lifecycle management a [...]
Amazon ElastiCache adds thirteen new Amazon CloudWatch metrics for network capacity planning and engine diagnostics (from AWS What's New)
Amazon ElastiCache customers can now detect network throttling, memory fragmentation, and connection exhaustion, using thirteen new Amazon CloudWatch metrics for node-based clusters. You can monitor these host-level and engine-level diagnostics directly from CloudWatch without running INFO commands on individual nodes or calculating baselines from raw byte counters.
- Network [...]
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
Managing Valkey Cluster in Kubernetes (from Percona Database Blog)
Over the last several years, Percona has introduced several rock-star Kubernetes Operators for managing MySQL, Percona XtraDB Cluster, MongoDB, and PostgreSQL. For Valkey, we are actively working with the community to contribute our knowledge, and experience to help brainstorm, develop, and test the official Valkey Operator for Kubernetes. While the Valkey Operator has not yet … Continued< [...]
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.
IntroductionValkey-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
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 [...]
Friday, 24. April 2026
Achieving High Availability with Valkey Sentinel (from Percona Database Blog)
In the previous guide, a robust Primary-Replica topology for Valkey was established. Read scaling is now active, and a hot copy of the data is securely stored on a second node. But there is a catch. If a primary node crashes, the replica will remain faithful and wait for instructions. It will not automatically take … Continued
The post Achieving High Availability with Valkey Sentine [...]
Thursday, 23. April 2026
Scaling Your Cache: A Step-by-Step Guide to Setting Up Valkey Replication (from Percona Database Blog)
In the recent open-source data landscape, Valkey has emerged as a prominent player. Born as a Linux Foundation-backed, fully open-source fork of Redis (following Redis’s recent licensing changes), Valkey serves as a high-performance, in-memory key-value data store. Whether Valkey is deployed as a primary database, an ephemeral cache, or a rapid message broker, a single … Continued
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, 22. April 2026
Last Week in AWS – Issue #467 (from Last Week in AWS)
We're getting close to conference season again; I'll be at the NY and LA AWS summits, as well as FinOps X. What're you folks going to be attending this summer? Hit reply and let me know.
If you (well, not you, but probably the saddest looking person on your finance team) are tracking commitments in spreadsheets and hoping your discount strategy still makes sense, you're not alone. Most te [...]
AWS purpose-built database recovery: A guide to business continuity and disaster recovery strategies (from AWS Database Blog)
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 [...]
Monday, 13. April 2026
Pipelining and Transactions in Redis and Valkey (from Percona Database Blog)
Pipelining and transactions are two important features in Redis and Valkey. Both involve sending multiple commands together. But they solve completely different problems, make completely different guarantees, and combining them incorrectly is one of the most common sources of subtle bugs in production systems. In this post we’ll unpack both from first principles, look at … Continued< [...]
Tuesday, 07. April 2026
Thanks AWS Open Source (from J-F Gagné's MySQL Blog)
Presentation: When Every Bit Counts: How Valkey Rebuilt Its Hashtable for Modern Hardware (from InfoQ)
Madelyn Olson discusses the evolution of Valkey's data structures, moving away from "textbook" pointer-chasing HashMaps to more cache-aware designs. She explains the implementation of "Swedish" tables to maximize memory density. She shares insights on systems intuition, memory prefetching, and the rigorous testing needed for mission-critical caches.
By Madelyn Olson [...]Monday, 06. April 2026
Security updates for Monday (from LWN.net)
Wednesday, 01. April 2026
Migrating to Amazon ElastiCache for Valkey: Best practices and a customer success story (from AWS Database Blog)
Announcing Spring Data Valkey: A New Season for High-Performance Spring Applications (from Valkey Blog)
With the winter months winding down, it's a fitting time to introduce the general availability of Spring Data Valkey, a new open source Spring Data module that provides first-class integration between Valkey and the Spring ecosystem. Valkey adoption has expanded rapidly across cloud providers, Linux distributions, and enterprise environments. As organizations standardize on Valkey for caching, s [...]
Friday, 27. March 2026
What Valkey's new primitives tell us about the tools we need (from Valkey Blog)
Valkey is protocol-compatible with Redis and supports the full Redis 7.2.4 command API. That's one of its greatest strengths - existing clients are largely compatible, the learning curve is not steep. It's also, quietly, a problem for tooling.
Because compatibility means every tool built before Valkey existed technically "works" with it - tools that haven't been updated to take advantage [...]
Thursday, 26. March 2026
The AWS Advanced JDBC Wrapper now supports automatic query caching with Valkey (from AWS What's New)
The AWS Advanced JDBC Wrapper now supports automatically caching JDBC queries with Valkey, including Amazon ElastiCache for Valkey caches. Previously, developers who needed to cache JDBC query result sets had to manually write code to store and retrieve data from the cache for each query. Now you can automatically cache result sets from your Aurora and RDS PostgreSQL, MySQL, and MariaDB database [...]
Valkey: the open source Redis fork built for true community governance (from Techzine)
Thursday, 19. March 2026
Security updates for Thursday (from LWN.net)
Wednesday, 18. March 2026
Rate Limiting Strategies with Valkey/Redis (from Percona Database Blog)
Rate Limiting Strategies with Valkey/Redis (from Percona Database Blog)
Rate limiting is one of those topics that looks simple until you’re actually doing it in production. Implement a counter with the INCR command and a TTL and away you go. But when you ask questions like “what happens at the boundary?”, “should I use a Valkey/Redis cluster?”, or “why are we getting twice the … Continued
The post Rate Limiting Strate [...]
Tuesday, 17. March 2026
Announcing Aiven for Valkey 9 and Multi-Version Support (from Aiven Blog)
React SSR Framework Showdown: TanStack Start, React Router, and Next.js Under Load (from Platformatic Blog)
Aiven for Valkey™ 9.0 is here (from Aiven Product updates)
We’ve added support for Valkey 9.0, a major release focused on high-scale performance and more granular data control. This version is particularly beneficial for users running large-scale clusters or complex data structures.
Key highlights
- Hash field expiration: You can now set TTLs (time-to-live) on individual fields within a single Hash key using commands like
HEXPIRE
Aiven for Valkey™ now supports multiple concurrent versions (from Aiven Product updates)
We are introducing multi-version support for Aiven for Valkey™. You can now choose between the two latest upstream Valkey versions when creating or upgrading your services. This flexibility is available for both standalone and clustered modes, allowing you to test new features or maintain environment stability on your own schedule.
For more details and upgrade instructions, see our documen [...]
Beyond Vectors: Introducing Full-Text Search and Aggregations to Valkey (from Valkey Blog)
Valkey Search now lets you search across text, tag, numeric, and vector attributes in a single query, and analyze results with server-side aggregations at the low latency you expect from Valkey. Valkey Search enables searching terabytes of data with latency as low as microseconds, providing a flexible foundation for querying across a range of use cases, from powering in-app search experiences to [...]
Tuesday, 10. March 2026
Scale Next.js Image Optimization with a Dedicated Platformatic Application (from Platformatic Blog)
Security updates for Tuesday (from LWN.net)
Monday, 09. March 2026
Security updates for Monday (from LWN.net)
Friday, 06. March 2026
Valkey and Redis Sorted Sets: Leaderboards and Beyond (from Percona Database Blog)
Thursday, 05. March 2026
We brought Skew Protection to your Kubernetes (from Platformatic Blog)
Security updates for Thursday (from LWN.net)
Wednesday, 04. March 2026
Building an Auditable AI Gateway with Platformatic Watt (from Platformatic Blog)
Security updates for Wednesday (from LWN.net)
Tuesday, 03. March 2026
Introducing @platformatic/job-queue (from Platformatic Blog)
Monday, 02. March 2026
Security updates for Monday (from LWN.net)
The Aiven Free Tier Competition: Build, Share, and Win $1,000! (from Aiven Blog)
Friday, 27. February 2026
Security updates for Friday (from LWN.net)
Thursday, 26. February 2026
Security Advisory: A Series of CVEs Affecting Valkey (from Percona Database Blog)
Wednesday, 25. February 2026
Introducing Valkey Admin: Visual Cluster Management for Valkey (from Valkey Blog)
Do you ever wonder why we still manage Valkey the same way we always have? The honest answer is that it works. And once something works, it tends to stick around.
You spin up a Valkey cluster. Maybe it's three nodes. Maybe it's thirty. You need to inspect a key, so you open a terminal, start valkey-cli, connect, run a command, read the output, then do it again. If you need to
[...]
Tuesday, 24. February 2026
Valkey’s now seeing 1m+ container pulls a week. How hard is the migration from Redis? (from The Stack)
Monday, 23. February 2026
Resilience testing on Amazon ElastiCache with AWS Fault Injection Service (from AWS Database Blog)
Thursday, 19. February 2026
A Guide to Accelerating Your Application with Valkey: Caching Database Queries and Sessions (from Percona Database Blog)
Operational Lessons from Large-Scale Valkey Deployments (from Valkey Blog)
Engineers operating large-scale systems face a consistent challenge: what works at moderate scale often breaks in subtle ways as systems grow. Recently, contributors and platform teams gathered at the Unlocked Conference to compare notes on what actually happens when Valkey is under real production load.
What follows are high-level observations from the day — directional insights that kep [...]
Tuesday, 17. February 2026
Aiven Provider for Terraform version 4.51.0 now available (from Aiven Product updates)
This release improves PrivateLink management with enhanced GCP PrivateLink connection approval through the new psc_connection_id field in aiven_gcp_privatelink_connection_approval. It lets you select specific connections when multiple PSC connections exist for the same service. Additionally, privatelink_connection_id support has been added across all servic
[...]
Monday, 09. February 2026
Podcast: [Video Podcast] Improving Valkey with Madelyn Olson (from InfoQ)
In this episode, Thomas Betts chats with Madelyn Olson, a maintainer of the Valkey project and a Principal Software Development Engineer at Amazon ElastiCache and Amazon MemoryDB. The conversation covers how Valkey started as an open source fork of Redis and how the maintainers optimized the memory usage and improved throughput.
By Madelyn Olson [...]Wednesday, 04. February 2026
Don’t Miss What’s Next in Valkey — Subscribe Now (from Valkey Blog)
Valkey is moving fast and the easiest way to stay ahead is to subscribe to the official Valkey newsletter. From new releases and roadmap milestones to community highlights and upcoming events, our newsletter is your single source of truth for everything happening across the Valkey ecosystem. No digging, no second-guessing — just the updates that matter, delivered straight to you.
When you [...]
