Redis: Major 8.8 Milestone and Critical Fixes
Redis merged four pull requests today, highlighted by the Redis 8.8 M03 milestone introducing subkey-level keyspace notifications for hash operations, plus fixes for client tracking and module memory management issues.
Duration: PT1M48S
Episode overview
This episode is a short developer briefing from Redis.
It explains recent repository work in plain language.
- Show: Redis
- Published: 2026-04-28T00:00:00Z
- Audio duration: PT1M48S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your Redis development briefing for April 28th, 2026.
Four pull requests were merged today, led by a significant milestone release. YaacovHazan merged Redis 8.8 M03, a substantial update adding subkey-level keyspace notifications for hash field operations and expiry. This change introduces new notify-keyspace-events classes and modifies core keyspace notification…
Three targeted fixes also landed today. rajkripal resolved a client tracking bug where self-overlapping prefixes returned incorrect loop indices, causing clients to receive both error messages and OK responses when they should have failed. This issue has been present since the tracking feature's introduction.
moticless optimized SET GET command propagation by rewriting arguments in-place rather than allocating new argument vectors, improving memory efficiency for SET key value GET operations without expiration.
Finally, ShubhamTaple fixed a module API issue where RM_GetUserUsername failed to support automatic memory management despite documentation claiming otherwise. The function now properly accepts context parameters to enable automatic cleanup.
What's next: The 8.8 M03 milestone suggests Redis is…
Nearby episodes from Redis
- Major Security Update Across All Versions
- Weekly Recap - Performance Optimizations & Core Fixes
- CI Infrastructure and Test Stability Improvements
- Performance Optimization and Cluster Bug Fix
- Performance Optimizations and Security Improvements
- Weekly Recap - Performance & Data Integrity
- Critical Memory Safety Fixes
- Stream Error Message Fix