6.2.21

Latest release in branch 6.2
Released 2 months ago (November 02, 2025)

Software Redis
Branch 6.2
Status
Supported
First official release version 6.2.0
First official release date 4 years ago (February 22, 2021)
Documentation https://redis.io/docs/
Download https://download.redis.io/releases/
Redis 6.2 Releases View full list

What is New in Redis 6.2

Redis 6.2 expands the Query Engine with advanced indexing and search options. It supports multi-value fields, wildcard queries, and introduces a new probabilistic structure for quantiles. Time series tools get better aggregation and gap-filling, while streams gain useful message handling features. Over 25 new commands make Redis more versatile for analytics and data processing.

Query Engine Enhancements

  • Multi-value indexing and querying: Index and search arrays or multiple scalar values in fields like TEXT, TAG, NUMERIC, GEO, and VECTOR using JSONPath expressions.
  • Wildcard support: Perform suffix and infix searches on TEXT and TAG fields for more flexible matching.

New Probabilistic Data Structure

The t-digest structure estimates quantiles efficiently from large datasets or streams. It is perfect for monitoring and analytics where approximate percentiles are needed with low memory use.

Time Series Improvements

  • Access ongoing bucket results during compaction.
  • Time-weighted average aggregator for more accurate calculations on irregular data.
  • Gap-filling options to interpolate or repeat values in empty buckets.

Stream and Sorted Set Updates

  • Exclusive range queries for precise data selection.
  • Filter pending messages by idle time.
  • Automatic claiming of timed-out pending messages in consumer groups.
  • New commands ZUNION and ZINTER to compute unions and intersections without storing results in a key.

Additional Commands

Over 25 new commands extend core functionality, addressing common requests and improving usability across various data types.

Why Upgrade to Redis 6.2

Redis 6.2 makes advanced search and time series analysis easier and more powerful. With better indexing, quantile estimation, and stream management, it helps build sophisticated applications for monitoring, analytics, and real-time data processing.

Releases In Branch 6.2

Version Release date
6.2.21 2 months ago
(November 02, 2025)
6.2.20 3 months ago
(October 03, 2025)
6.2.19 6 months ago
(July 06, 2025)
6.2.18 8 months ago
(April 23, 2025)
6.2.17 1 year ago
(January 06, 2025)
6.2.16 1 year ago
(October 02, 2024)
6.2.15 2 years ago
(October 18, 2023)
6.2.14 2 years ago
(October 18, 2023)
6.2.13 2 years ago
(July 10, 2023)
6.2.12 2 years ago
(April 17, 2023)
6.2.11 2 years ago
(February 28, 2023)
6.2.10 2 years ago
(January 17, 2023)
6.2.9 2 years ago
(January 16, 2023)
6.2.8 3 years ago
(December 12, 2022)
6.2.7 3 years ago
(April 27, 2022)
6.2.6 4 years ago
(October 04, 2021)
6.2.5 4 years ago
(July 21, 2021)
6.2.4 4 years ago
(June 01, 2021)
6.2.3 4 years ago
(May 03, 2021)
6.2.2 4 years ago
(April 20, 2021)
6.2.1 4 years ago
(March 02, 2021)
6.2.0 4 years ago
(February 22, 2021)
6.2-rc3 4 years ago
(February 01, 2021)
6.2-rc2 5 years ago
(January 12, 2021)
6.2-rc1 5 years ago
(December 14, 2020)