Latest in branch 6.2
6.2.22
Released 05 May 2026
(1 month ago)
SoftwareRedis
Version6.2
Status
Supported
Initial release6.2.0
22 Feb 2021
(5 years ago)
Latest release6.2.22
05 May 2026
(1 month ago)
Support statusYes
Source codehttps://github.com/redis/redis/tree/6.2.22
Documentationhttps://redis.io/docs/
Downloadhttps://download.redis.io/releases/
Redis 6.2 ReleasesView 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

VersionRelease date
6.2.2205 May 2026
(1 month ago)
6.2.2102 Nov 2025
(7 months ago)
6.2.2003 Oct 2025
(8 months ago)
6.2.1906 Jul 2025
(11 months ago)
6.2.1823 Apr 2025
(1 year ago)
6.2.1706 Jan 2025
(1 year ago)
6.2.1602 Oct 2024
(1 year ago)
6.2.1518 Oct 2023
(2 years ago)
6.2.1418 Oct 2023
(2 years ago)
6.2.1310 Jul 2023
(2 years ago)
6.2.1217 Apr 2023
(3 years ago)
6.2.1128 Feb 2023
(3 years ago)
6.2.1017 Jan 2023
(3 years ago)
6.2.916 Jan 2023
(3 years ago)
6.2.812 Dec 2022
(3 years ago)
6.2.727 Apr 2022
(4 years ago)
6.2.604 Oct 2021
(4 years ago)
6.2.521 Jul 2021
(4 years ago)
6.2.401 Jun 2021
(5 years ago)
6.2.303 May 2021
(5 years ago)
6.2.220 Apr 2021
(5 years ago)
6.2.102 Mar 2021
(5 years ago)
6.2.022 Feb 2021
(5 years ago)
6.2-rc301 Feb 2021
(5 years ago)
6.2-rc212 Jan 2021
(5 years ago)
6.2-rc114 Dec 2020
(5 years ago)