Redis: Making Data Feel Natural - Maps, Memory, and Better APIs

Today we're diving into Redis PR #14749 that transforms the HOTKEYS GET response from a flat array to a proper map structure in RESP3, plus enhanced memory tracking tests for list operations. The Redis team continues refining the developer experience with more intuitive data structures and robust testing coverage.

Duration: PT3M44S

Episode overview

This episode is a short developer briefing from Redis.

It explains recent repository work in plain language.

  • Show: Redis
  • Published: 2026-01-29T11:14:59Z
  • Audio duration: PT3M44S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Hey there, Redis developers! Welcome back to another episode of the Redis podcast. I'm your host, and it's wonderful to have you here on this January 29th. Grab your coffee, tea, or whatever fuel keeps your code flowing, because we've got some really thoughtful improvements to chat about today.

You know what I love about today's changes? They're all about making Redis feel more natural and intuitive for us developers. Sometimes the best improvements aren't the flashiest ones - they're the ones that make you go "oh, that just makes sense!"

Let's start with our main story. Mincho Paskalev just merged a really elegant change in PR 14749 that's going to make working with hotkeys so much cleaner. Here's the deal - you know how when you call HOTKEYS GET, you've been getting back this flat array of key-value pairs? Well, that always felt a bit awkward,…

Mincho looked at this and thought, "Hey, this is really an unordered collection of key-value pairs. In RESP3, shouldn't this just be a map?" And you know what? They're absolutely right! So now when you use HOTKEYS GET with RESP3, you get back a proper map structure. It's one of those changes that just feels right…

Now, I should mention -…

The…

Nearby episodes from Redis

  1. Security Policy Gets a Modern Makeover
  2. HOTKEYS Gets Smarter in Cluster Mode
  3. Multi-Command Metrics and Replication Fixes
  4. SIMD Speed Boost and Privacy Protection
  5. Performance Powerhouse - Stream Optimization and Memory Fixes
  6. Performance Powerhouse - Vector Speed & Memory Magic
  7. Security First: Redis Gets Smarter About Warning You
  8. Memory Management Deep Dive