Redis: RediSearch Module Update to 8.8 RC1

Redis updated its RediSearch module to version 8.8 RC1, marking a significant version jump from the previous 8.5 release candidate.

Duration: PT1M31S

Episode overview

This episode is a short developer briefing from Redis.

It explains recent repository work in plain language.

  • Show: Redis
  • Published: 2026-04-19T00:00:00Z
  • Audio duration: PT1M31S

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 19th, 2026.

Omer Shadmi merged a pull request updating the RediSearch module to version 8.8 RC1. The change modifies the build configuration in the RediSearch Makefile to fetch upstream tag v8.7.90, which represents the 8.8 release candidate, up from the previous v8.5.90. This is a straightforward version bump that affects how…

The pull request received one approval and passed review with minimal changes - just a single line modification in the Makefile. The update is classified as low risk, with the primary concern being potential build or runtime compatibility issues that could arise from the upstream release candidate update.

This represents a significant version jump for the RediSearch module, moving from the 8.5 series to 8.8. RediSearch is Redis's full-text search and secondary indexing engine, so this update likely brings performance improvements and new search capabilities to Redis users.

What's next: Monitor for any build issues or compatibility problems as the release candidate gets tested in production environments. Watch for the final 8.8 release of RediSearch in the coming weeks.

That's your Redis update for…

Nearby episodes from Redis

  1. Critical Memory Safety Fixes
  2. Stream Error Message Fix
  3. Performance Optimization and Cluster Logging
  4. Weekly Recap - Core Infrastructure Modernization
  5. Field-Level Notifications and Bug Fixes
  6. Critical Crash Fixes and Module Updates
  7. Build Simplification and Performance Improvements
  8. Vector Data Structure and Sorted Set Enhancements