Session Agenda | Unlocked Conference 2026 · Seattle
top of page
17-DSC02390.jpg

What You'll Learn at Unlocked

15 sessions. One day. All practitioner-led, no vendor pitches.

May 7, 2026 · T-Mobile Park, Seattle · Doors open 8AM

Daniela Miao

9:20 - 9:50

Daniela Miao

The 3AM Test: Why Boring Systems Let You Sleep At Night

The real test of a system happens at 3 AM because while you're sleeping, operational predictability becomes far more valuable than "Day 0" hype. We'll explore how benchmarks may be lying to you, why predictability is more important than hype, and how Valkey is investing in Day 2 operations with community-led features like Forkless Sync and Atomic Slot Migration to help you sleep at night.

Jacob Murphy

Jacob Murphy

Staff Software Engineer

Daniela Miao

9:50 - 10:10

Daniela Miao

Valkey and Semantic Caching

Modern AI applications are increasingly dominated by Large Language Model (LLM) calls which are expensive, slow, and often repetitive. Traditional caching works well for exact matches, but it fails when user queries are phrased differently yet mean the same thing. This session explores how Valkey can power semantic caching to dramatically reduce LLM costs, lower latency, and improve system scalability.

Dmitry Polyakovsky

Dmitry Polyakovsky

Consulting Member of Technical Staff

Daniela Miao

10:10 - 10:20

Daniela Miao

Tweaking Valkey for High Write Rate Workloads

Read-heavy workloads are well-documented, but write-intensive Valkey deployments surface a different class of problems: persistence tradeoffs, replication lag, memory pressure, and event loop contention. Learn about the configuration decisions and operational patterns that matter most when writes dominate your traffic profile, with concrete tuning drawn from production at Snap.

Kishor Yadav Kommanaboina

Kishor Yadav Kommanaboina

Staff Software Engineer

Daniela Miao

10:55 - 11:10

Daniela Miao

valkey-swift: Lessons from building a production-grade Valkey client library in Swift

Building a production-grade Valkey client library in Swift is more than just wrapping a protocol; it’s about moving reliability guarantees directly into the compiler. We’ll share the hard-earned lessons from crafting a native, cluster-aware library that leverages Swift’s structured concurrency to handle high-scale distributed state, the design decisions needed to maintain 400+ commands, and the challenges of managing API stability across complex systems. This session dives into how we modeled for "worst-case" production scenarios to ensure stability during volatile connection storms. These lessons are applicable to anyone designing production-grade client libraries in any language.

Nilanshu Sharma

Nilanshu Sharma

Senior Software Engineer

Daniela Miao

11:10 - 11:30

Daniela Miao

Building a Data-Plane Healer for Valkey Cluster at Scale

Valkey Cluster provides native self-healing through auto-failover and gossip convergence, but at the scale of thousands of nodes, these mechanisms often fall short of production reliability requirements. When gossip becomes eventually inconsistent or migration flags get stuck, the result is "topology drift": a state where nodes disagree on slot ownership, leading to cascading client failures and uncovered data.


This talk deep-dives into the architecture of the Valkey Cluster AutoHealer, a specialized data-plane reconciliation loop designed to provide a 5-minute SLA for slot recovery. We will move past the theory of Valkey Cluster and explore the "hard-earned" lessons of building an autonomous recovery system that operates as a second line of defense.

Yang Yang

Yang Yang

Senior Staff Engineer

Hanlong W.

Hanlong W.

Engineering Manager

Xincheng Zhang

Xincheng Zhang

Software Engineer

Daniela Miao

11:30 - 11:50

Daniela Miao

Beyond fork(): Memory-Efficient Snapshots for Valkey

Why should a 50GB database require 100GB of RAM just to take a backup? Valkey’s Forkless Save capability decouples data persistence from the memory-intensive forking process, eliminating the memory spikes that lead to OOM issues. We will compare traditional fork-based persistence against the new forkless model, highlighting the impact on system resource utilization. Learn how Valkey helps you configure your clusters for true operational stability.

Jim Brunner

Jim Brunner

Software Development Engineer

Daniela Miao

12:50 - 1:10

Daniela Miao

Geo-Replication with Valkey

As applications go global, keeping clusters synchronized across geographically separated data centers becomes a critical operational requirement. This session explores how Apple built a durable geo-replication architecture using open-source technologies to ensure near real-time data availability and disaster recovery. We will dive into the design of using Apache Kafka as a replication layer for Valkey operations, ensuring data durability across clusters even if a primary cluster fails. We will discuss the trade-offs in latency, conflict resolution, and monitoring at scale, as well as how these real-world learnings are shaping the future of native active-active geo-replication within the Valkey core.

Tirtha Chatterjee

Tirtha Chatterjee

Software Engineer

Daniela Miao

1:10 - 1:30

Daniela Miao

Efficiency at Scale: Our Journey from Redis to Valkey

In this talk, we want to walk through our evolution from simple caching with Memcached to operating Redis at massive scale, where it became a critical component for both caching and ML feature serving. As our usage grew, we faced increasing challenges around cost, operational complexity, and scalability limits of Redis clusters. These constraints motivated a shift toward Valkey, where we focus on improving efficiency through better access patterns, memory optimization, and scalable architecture—ultimately achieving significant gains in performance, cost, and system stability.

Vu Pham

Vu Pham

Senior Staff Software Engineer

Xintian Li

Xintian Li

Staff Software Engineer

Daniela Miao

1:30 - 1:40

Daniela Miao

Foundations for High-Throughput Storage Envoy Plugins

Envoy's plugin model opens powerful possibilities for storage proxies, but building one that holds up under high-throughput production traffic requires careful attention to threading models, buffer management, and filter chain design. Learn the architectural foundations for writing storage-aware Envoy plugins that don't become the bottleneck, with concrete patterns drawn from operating these systems at Snap's scale.

Ratna Kumar Kovvuri

Ratna Kumar Kovvuri

Staff Software Engineer

Daniela Miao

1:40 - 2:00

Daniela Miao

Scaling Search with Multithreading and Hybrid Queries

Integrating full-text search into an in-memory ecosystem requires capabilities that differ from traditional KV workloads. This session explores Valkey Search 1.2, focusing on how it handles index-based, multi-threaded queries without sacrificing performance. We’ll look at how hybrid queries combine vector similarity with numeric, text, and tag filters in a single pass. You’ll also learn the strategies behind index definition and usage that enable Valkey Search to scale to terabytes of data while remaining operationally predictable.

Allen Samuels

Allen Samuels

Principal Software Engineer

Yair Gottdenker

Yair Gottdenker

Senior Staff Software Engineer

Daniela Miao

2:20 - 2:30

Daniela Miao

Secure, Scalable TLS Enhancements to Harden Valkey

Deploying Valkey in cloud environments requires security defaults that are both rigorous and easy to operate. This session dives into the recent work Apple contributed to Valkey’s TLS implementation to solve the challenges of certificate lifecycle management and runtime predictability. We will examine the architecture behind automatic TLS configuration reloading and certificate-based client authentication via SAN URIs, while highlighting how new ACL guardrails prevent privilege escalation. Learn how these improvements move Valkey toward a "secure by default" model that handles certificate rotation and validation without impacting availability.

Yang Zhao

Yang Zhao

Senior Software Engineer

Daniela Miao

2:30 - 2:50

Daniela Miao

Towards Faster Inference: With KV Cache and Beyond

Coming soon

Daniela Miao

Daniela Miao

Co-Founder & CTO

Daniela Miao

2:50 - 3:10

Daniela Miao

Not All RESP Clients Are Created Equal

Not all applications can rely on native clients with connection pooling, especially in fork-based worker models where process-level pooling is impossible. This session explores strategies required to manage massive connection scale through a custom RESP proxy. We examine different approaches to request and connection management, such as connection pinning and multiplexing, and why getting centralized circuit breaking right is critical at scale. You’ll learn how we implement AZ-aware routing using real-time latency metrics to automatically bypass problematic nodes, and the challenges of building high-performance proxy components when the implementation language is already chosen for you.

Slava Markeyev

Slava Markeyev

L6 Software Engineer

Daniela Miao

3:10 - 3:30

Daniela Miao

Thinking beyond demand filled caching: how versioned caches dominate Netflix

At Netflix, demand-filled caches power critical use cases at massive scale, but a much larger share of our caching footprint is served through a different paradigm: versioned caches. These are snapshot-published datasets with periodic delta application, spanning from in-client-process mutable stores with nanosecond reads to distributed petabyte-scale datasets atomically published from offline jobs. This talk explores four versioned caching architectures that Netflix operates at scale across varying dimensions like consistency, latency, mutability, and dataset size- and how versioned caches sidestep entire classes of problems of traditional caches and what they trade off in order to do so. These patterns offer compelling ideas for the broader caching community to explore.

Sunjeet Singh

Sunjeet Singh

Staff Software Engineer

William Schor

William Schor

Senior Software Engineer

Daniela Miao

4:00 - 4:10

Daniela Miao

Stress-Testing Valkey with the "Valkey Lab" Benchmarking Tool

Introducing Valkey Lab, a new open-source tool designed to simulate real-world traffic patterns and measure metrics that actually matter. We’ll demonstrate how Valkey Lab can help tune your clusters for specific read/write ratios and target TPS, ensuring your infrastructure is ready for the "tail latency" spikes that other tools miss. See a live demo of the latest performance gains in Valkey, measured and verified in real-time.

Brian Martin

Brian Martin

Co-Founder

Daniela Miao

4:10 - 4:30

Daniela Miao

Ghost in the Machine: Finding Hidden Headroom in Saturated Clusters

In high-performance systems, we often treat 100% CPU utilization as a hard ceiling—a signal to scale up or brace for impact. But in Valkey, the numbers on your dashboard can be deceptive. This talk explores the intricate relationship between Valkey’s main and IO threads and reveals why traditional utilization metrics often fail to reflect actual workload capacity. We will dive into the "hidden headroom" that exists even when your cores appear saturated, and introduce the new observability primitives arriving in Valkey 9.1 that finally distinguish between system activity and productive work. Attendees will walk away with a new mental model for interpreting engine telemetry and a strategy for scaling that goes beyond the "busy" signal.

Deepak Nandihalli

Deepak Nandihalli

Software Engineer

Daniela Miao

4:30 - 5:00

Daniela Miao

The 3AM Page: Tales From The Trenches

Caching is supposed to make everything faster—until it doesn't. Join Madelyn, a Principal Engineer at Amazon ElastiCache, and Khawaja, CEO at Momento, as they go "off-script" to share unfiltered stories from years spent keeping high-performance caching systems alive under the most demanding production conditions. This session focuses on what actually goes wrong at scale, from request cascades that turn minor traffic spikes into full-blown outages to unanticipated large-scale failures. You’ll learn how to think about failure modes in high-performance systems and—more importantly—how to avoid getting 3AM pages.

Madelyn Olson

Madelyn Olson

Principal Software Engineer

Khawaja Shams

Khawaja Shams

CEO & Co-Founder

Unlocked Conference 2026

Get speaker announcements and session previews for Unlocked Seattle.

By submitting this form, you agree to receive communications about Unlocked Conference at the email address provided. You can opt out at any time.

Follow #UnlockedConf for updates on social

  • LinkedIn
  • Youtube

© 2026 Momento, Inc. All rights reserved.

bottom of page