Redis: TLS Hardening and the Road to 8.10

TLS configuration flexibility and long-term stability work converged this cycle, with a new curve preferences option landing alongside CI reliability fixes on the 6.2 branch, all while Redis 8.10 GA takes shape as a major release.

Duration: PT2M28S

Episode overview

This episode is a short developer briefing from Redis.

It explains recent repository work in plain language.

  • Show: Redis
  • Published: 2026-07-30T13:12:51Z
  • Audio duration: PT2M28S

Transcript excerpt

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

Good day. It's July 30th, 2026, and here's what moved in Redis.

The clearest thread today is TLS. PR 15556 adds a new tls-curve-preferences configuration, letting operators control which elliptic curve groups OpenSSL negotiates during a handshake. This fills a gap where Redis already let you configure protocol versions and cipher lists, but not the underlying curve selection -…

Second theme: stability work on the older 6.2 branch. PR 15543, merged from sundb, targets daily CI failures by replacing raw process-freezing signals with dedicated pause and resume functions in the test harness. That's a small but meaningful maintainability fix - tests that simulate a frozen replica are less…

Meanwhile, PR 15555 confirms 8.10 is a substantial release: compact hash encoding to cut memory usage, a new bulk-insert command called H-import, multi-element list moves, and cardinality commands for set unions and differences. It's linked to five separate issues, underscoring the scope.

What to watch: the curve preferences PR needs another review pass before merging, and the 8.10 GA description is still partial, so more changes may land before release. If you're planning TLS policy work, track PR…

That'…

Nearby episodes from Redis

  1. Hardening the Trust Boundaries
  2. Correctness Fixes Converge on Edge Cases
  3. Hardening Edge Cases Across the Core
  4. Weekly Recap - Security Patches and Replication Reliability
  5. Hardening the Core, One Edge Case at a Time
  6. Array Commands Expand, Correctness Fixes Land
  7. Security Patches and Replication Hardening
  8. TLS Cluster Ports Get Module Visibility