8.2.5

Latest release in branch 8.2
Released 1 month ago (February 22, 2026)

Software Redis
Branch 8.2
Status
Supported
First official release version 8.2.0
First official release date 8 months ago (August 04, 2025)
Source code https://github.com/redis/redis/tree/8.2.5
Documentation https://redis.io/docs/
Download https://download.redis.io/releases/
Redis 8.2 Releases View full list

What is New in Redis 8.2

Redis 8.2 focuses on security fixes, better stream handling, and performance boosts. It adds new commands for streams and bitmaps, improves cluster monitoring, and enhances vector search. Memory usage and replication metrics are also refined, making Redis more efficient and reliable for large-scale deployments.

Security Fixes

  • Resolved CVE-2025-27151: Fixed potential stack overflow and remote code execution in redis-check-aof.
  • Resolved CVE-2025-32023: Patched out-of-bounds write in HyperLogLog commands.
  • Resolved CVE-2025-48367: Better connection handling to keep accepting new connections during errors.

Stream Enhancements

New commands make working with streams safer and more efficient:

  • XDELEX: Deletes stream entries with options for consumer group references.
  • XACKDEL: Acknowledges and deletes entries atomically.

Options like KEEPREF, DELREF, and ACKED give precise control. These are also added to XADD and XTRIM for consistent behavior.

Cluster and Monitoring

New command for better insights:

  • CLUSTER SLOT-STATS: Shows per-slot details like key count, CPU usage, and network traffic.

Vector Search Updates

  • VSIM now supports the IN operator for complex filtering in similarity searches.
  • New parameter SHARD_K_RATIO (unstable) for trading accuracy for speed in clustered KNN queries.
  • Additional compression options for SVS-VAMANA indexes to save memory.

Bitmap Operations

The BITOP command gains new operators:

  • DIFF: Bitwise difference.
  • DIFF1: Optimized for single-bit differences.
  • ANDOR: Combined AND and OR in one operation.
  • ONE: For single-bit scenarios.

Keyspace Notifications

New events help track changes more accurately:

  • OVERWRITTEN: When a key's value is fully replaced.
  • TYPE_CHANGED: When a key switches data type.

Performance Improvements

  • Faster BITCOUNT with prefetching.
  • Optimized SCAN skips expiry checks on databases without volatile keys.
  • Better list and sorted set commands like LREM, LPOS, ZRank using caching.
  • Quicker key operations (COPY, RENAME, RESTORE) with TTL.
  • Reduced client management overhead.
  • Faster vector set loading in RDB and RESTORE.

Memory and Metrics Enhancements

  • Lower memory use for JSON numbers and overall tracking.
  • New metrics: used_memory_peak_time, replication sync attempts, link uptime, and disconnect duration.

General Updates

Over 15 improvements in performance and resource use. All features are now in a single Redis Open Source package, simplifying distribution.

Why Upgrade to Redis 8.2

Redis 8.2 strengthens security, adds practical commands for streams and bitmaps, and optimizes speed and memory. It provides better monitoring in clusters and refined vector capabilities, helping build faster and more reliable data systems.

Releases In Branch 8.2

Version Release date
8.2.5 1 month ago
(February 22, 2026)
8.2.4 2 months ago
(February 08, 2026)
8.2.3 5 months ago
(November 02, 2025)
8.2.2 6 months ago
(October 02, 2025)
8.2.2-int 6 months ago
(September 28, 2025)
8.2.1 8 months ago
(August 18, 2025)
8.2.1-int 8 months ago
(August 13, 2025)
8.2.0 8 months ago
(August 04, 2025)
8.2-int 8 months ago
(July 31, 2025)
8.2-rc1 9 months ago
(July 03, 2025)
8.2-rc1-int 9 months ago
(July 02, 2025)
8.2-m01 10 months ago
(June 19, 2025)
8.2-m01-int2 10 months ago
(June 12, 2025)
8.2-m01-int 10 months ago
(June 08, 2025)