7.2.13

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

Software Redis
Branch 7.2
Status
Supported
First official release version 7.2.0
First official release date 2 years ago (August 15, 2023)
Release notes https://github.com/redis/redis/releases/tag/7.2.13
Source code https://github.com/redis/redis/tree/7.2.13
Documentation https://redis.io/docs/
Download https://download.redis.io/releases/
Redis 7.2 Releases View 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

Version Release date
7.2.13 1 month ago
(February 22, 2026)
7.2.12 5 months ago
(November 02, 2025)
7.2.11 6 months ago
(October 03, 2025)
7.2.10 9 months ago
(July 06, 2025)
7.2.9 10 months ago
(May 27, 2025)
7.2.8 11 months ago
(April 23, 2025)
7.2.7 1 year ago
(January 06, 2025)
7.2.6 1 year ago
(October 02, 2024)
7.2.5 1 year ago
(May 19, 2024)
7.2.4 2 years ago
(January 09, 2024)
7.2.3 2 years ago
(November 01, 2023)
7.2.2 2 years ago
(October 18, 2023)
7.2.1 2 years ago
(September 06, 2023)
7.2.0 2 years ago
(August 15, 2023)
7.2-rc3 2 years ago
(July 10, 2023)
7.2-rc2 2 years ago
(May 15, 2023)
7.2-rc1 3 years ago
(March 22, 2023)