Stable Release in branch 7.2
7.2.15
Released 24 Jul 2026
(14 days ago)
SoftwareRedis
Version7.2
Status
Supported
Initial release7.2.0
15 Aug 2023
(2 years ago)
Latest release7.2.15
24 Jul 2026
(14 days ago)
Support statusYes
Release noteshttps://github.com/redis/redis/releases/tag/7.2.15
Source codehttps://github.com/redis/redis/tree/7.2.15
Documentationhttps://redis.io/docs/
Downloadhttps://download.redis.io/releases/
Redis 7.2 ReleasesView full list

What is New in Redis 7.2

Redis 7.2 adds advanced geospatial search, simplifies JSON handling, and boosts performance in sorted sets and streams. It improves script execution, client tracking, and security checks. This release also includes several breaking changes for better consistency and reliability.

New Features

Geospatial Polygon Search

The Query Engine now supports polygon searches for geospatial data. This lets you query and filter points inside complex geographic shapes.

JSON Manipulation Commands

Two new commands make working with JSON easier:

  • JSON.MERGE: Merges a JSON value into existing paths.
  • JSON.MSET: Sets multiple JSON values at once using key-path-value pairs.

Performance Improvements

  • Sorted sets are 30% to 100% faster, especially useful for leaderboards in gaming.
  • Better tracking of stream consumers for improved monitoring.
  • Optimized SORT BY in the Query Engine.
  • Faster client-side tracking of keys during script execution.

Other Enhancements

  • Blocked stream commands return a specific error if the key is gone.
  • New FORMAT response in RESP3 for clearer output.
  • Blocked commands re-check ACL permissions before running.
  • TLS replication supports Server Name Indication (SNI).
  • HELLO command only changes client state on success.
  • Standardized ACL error messages and codes.
  • Expired keys are removed from replica indexes in the Query Engine.

Breaking Changes

Several updates may require code adjustments:

  • Lua scripts no longer allow blocking certain commands in read-only mode.
  • Changes to error responses, including case differences.
  • ZPOPMIN and ZPOPMAX behavior with count 0.
  • Updates to XCLAIM and XAUTOCLAIM.
  • ACL command categories and key permissions refined.
  • Per-subcommand statistics in introspection.
  • Some CONFIG commands allowed during loading.

Redis Stack Note

Redis Stack 7.2 no longer includes Graph features, as RedisGraph has reached end-of-life.

Why Upgrade to Redis 7.2

Redis 7.2 enhances geospatial and JSON capabilities while delivering significant speed gains in key areas. It improves monitoring, security, and consistency, making it a solid choice for applications using streams, sorted sets, or advanced queries.

Releases In Branch 7.2

VersionRelease date
7.2.1524 Jul 2026
(14 days ago)
7.2.1405 May 2026
(3 months ago)
7.2.1322 Feb 2026
(5 months ago)
7.2.1202 Nov 2025
(9 months ago)
7.2.1103 Oct 2025
(10 months ago)
7.2.1006 Jul 2025
(1 year ago)
7.2.927 May 2025
(1 year ago)
7.2.823 Apr 2025
(1 year ago)
7.2.706 Jan 2025
(1 year ago)
7.2.602 Oct 2024
(1 year ago)
7.2.519 May 2024
(2 years ago)
7.2.409 Jan 2024
(2 years ago)
7.2.301 Nov 2023
(2 years ago)
7.2.218 Oct 2023
(2 years ago)
7.2.106 Sep 2023
(2 years ago)
7.2.015 Aug 2023
(2 years ago)
7.2-rc310 Jul 2023
(3 years ago)
7.2-rc215 May 2023
(3 years ago)
7.2-rc122 Mar 2023
(3 years ago)