Releases: redis-stack/redis-stack
Redis Stack 7.4.0-v8
This is a maintenance release for Redis Stack Server 7.4.0.
Update urgency: HIGH: There is a critical bug that may affect a subset of users.
Docker
Headlines:
This version includes a stability fix for the Redis server addressing a critical issue in the HyperLogLog data structure, where an overflow condition could occur when processing datasets exceeding 2GB entries, potentially resulting in a Redis crash.
This release also includes several fixes related to probabilistic data structures, enhancing overall reliability and performance.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Bug Fixes
-
Redis:
- An overflow in
HyperLogLogwith 2GB+ entries may result in a Redis crash
- An overflow in
-
Probabilistic:
- Cuckoo filter - Division by zero in Cuckoo filter insertion
- Cuckoo filter - Counter overflow
- Bloom filter - Arbitrary memory read/write with invalid filter
- Bloom filter - Out-of-bounds access with empty chain
- Top-k - Out-of-bounds access
- Bloom filter - Restore invalid filter
- #886 -
TDIGEST.CREATEcrashes (OOM) on huge initialization values (MOD-10840)
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.1.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.2.0-v20
This is a maintenance release for Redis Stack Server 7.2.0.
Update urgency: HIGH: There is a critical bug that may affect a subset of users.
Docker
Headlines:
This version includes a stability fix for the Redis server addressing a critical issue in the HyperLogLog data structure, where an overflow condition could occur when processing datasets exceeding 2GB entries, potentially resulting in a Redis crash.
This release also includes several fixes related to probabilistic data structures, enhancing overall reliability and performance.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Bug Fixes
-
Redis:
- An overflow in
HyperLogLogwith 2GB+ entries may result in a Redis crash
- An overflow in
-
Probabilistic:
- Cuckoo filter - Division by zero in Cuckoo filter insertion
- Cuckoo filter - Counter overflow
- Bloom filter - Arbitrary memory read/write with invalid filter
- Bloom filter - Out-of-bounds access with empty chain
- Top-k - Out-of-bounds access
- Bloom filter - Restore invalid filter
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.1.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.4.0-v7
This is a maintenance release for Redis Stack Server 7.4.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing several issues related to Lua scripts, such as an out-of-bounds read, a potential remote code execution vulnerability, and other related vulnerabilities.
In addition to the security updates, the release delivers several bug fixes, including endless client blocking when using blocking commands, a potential use-after-free issue after Pub/Sub and Lua defragmentation, and other related fixes.
Finally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-49844) A Lua script may lead to remote code execution
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
- (CVE-2025-46818) A Lua script can be executed in the context of another user
- (CVE-2025-46819) LUA out-of-bound read
Bug Fixes
- Redis
- #14330 Potential use-after-free after pubsub and Lua defrag
- #14319 Potential crash on Lua script defrag
- #14164 Prevent
CLIENT UNBLOCKfrom unblockingCLIENT PAUSE - #14165 Endless client blocking for blocking commands
- #14163
EVALcrash when error table is empty - #14227
HINCRBYFLOATremoves field expiration on replica
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.1.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.2.0-v19
This is a maintenance release for Redis Stack Server 7.2.0.
Update urgency: SECURITY: there are security fixes in the release.
This version includes security fixes for the Redis server, addressing several issues related to Lua scripts, such as an out-of-bounds read, a potential remote code execution vulnerability, and other related vulnerabilities.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-49844) A Lua script may lead to remote code execution
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
- (CVE-2025-46818) A Lua script can be executed in the context of another user
- (CVE-2025-46819) LUA out-of-bound read
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.1.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.4.0-v6
This is a maintenance release for Redis Stack Server 7.4.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing an out-of-bounds write vulnerability in HyperLogLog commands and improving connection handling by retrying accepted connections even after an error.
It also includes improvements and bug fixes for the Redis Query Engine, JSON, and time series data structures.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-32023) Fix out-of-bounds write in
HyperLogLogcommands - (CVE-2025-48367) Retry accepting other connections even if the accepted connection reports an error
- (CVE-2025-32023) Fix out-of-bounds write in
Improvements
- Redis Query Engine
- #6279 Lock mechanism for collecting
FT.INFOstatistics when concurrently running index sanitiser (MOD-10007, MOD-9761) - #5637 Memory allocation when converting special
UTF-8symbols requires more memory (MOD-8799) - #6007 Parser for intersections on parentheses and sub-queries order won't affect full-text scores (MOD-9278)
- #6020 Preventing access to the Redis key space when LOAD...@__key is used (MOD-9419)
- #5938 Performance of collecing vector index statistics, reducing CPU time (MOD-9354)
- #5800 Accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
- #6279 Lock mechanism for collecting
Bug Fixes
-
Redis Query Engine
- #6211 Some languages could have multiple lower and upper case matches, causing index misbehaviour (MOD-9835)
- #6349 Search on terms larger than 128 characters could lead to missing matches (MOD-6786)
- #6305 Iterating over a large index tree, due to frequent document updates, could hit the
TIMEOUT, causing a crash (MOD-9856) - #6184 Reindexing from RDB with multiple vector indices could lead to a crash due to cluster health check - NodeWD (MOD-9220,MOD-8809)
- #6028
FT.CURSOR...DELwhile another thread is reading it could lead to a crash (MOD-9408,MOD-9432,MOD-9433,MOD-9434,MOD-9435) - #5967 When indexing documents using TEXT and without the text in the documents leads to an
infornanscore (MOD-9423) - #6056 Avoid lazy expiration in background indexing for Active-Active setup preventing keys from expiring incorrectly (MOD-9486)
- #6108 Timeout fail returned when
ON_TIMEOUT RETURNpolicy stop collecting of the partial results - best effort (MOD-9612) - #6207 Continuous increasing of index error counts on
FT.INFO, could lead to an overflow and memory leak (MOD-9396) - #5859 Last query result using could be missing
FT.AGGREGATEwithON_TIMEOUT RETURNand using multi-threading (MOD-9222) - #5858 Collecting empty results from shards during
FT.AGGREGATEwith RESP3 could cause a crash (MOD-9174)
-
JSON:
- #1329 Memory usage calculation: some allocations are counted twice (MOD-9169)
-
Time series:
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.2.0-v18
This is a maintenance release for Redis Stack Server 7.2.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing an out-of-bounds write vulnerability in HyperLogLog commands and improving connection handling by retrying accepted connections even after an error.
It also includes improvements and bug fixes for the Redis Query Engine, JSON, and time series data structures.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-32023) Fix out-of-bounds write in
HyperLogLogcommands - (CVE-2025-48367) Retry accepting other connections even if the accepted connection reports an error
- (CVE-2025-32023) Fix out-of-bounds write in
Improvements
- Redis Query Engine
- #6340 Lock mechanism for collecting
FT.INFOstatistics when concurrently running index sanitiser (MOD-10007, MOD-9761) - #6340 Lock mechanism for collecting
FT.INFOstatistics when concurrently running index sanitiser (MOD-10007, MOD-9761) - #6008 Parser for intersections on parentheses and sub-queries order won't affect full-text scores (MOD-9278)
- #5939 Performance of collecing vector index statistics, reducing CPU time (MOD-9354)
- #5801 Accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
- #6340 Lock mechanism for collecting
Bug Fixes
-
Redis Query Engine
- #6207 Continuous increasing of index error counts on
FT.INFO, could lead to an overflow and memory leak (MOD-9396) - #6349 Search on terms larger than 128 characters could lead to missing matches (MOD-6786)
- #6305 Iterating over a large index tree, due to frequent document updates, could hit the
TIMEOUT, causing a crash (MOD-9856) - #6191 Reindexing from RDB with multiple vector indices could lead to a crash due to cluster health check - NodeWD (MOD-9220,MOD-8809)
- #6031
FT.CURSOR...DELwhile another thread is reading it could lead to a crash (MOD-9408,MOD-9432,MOD-9433,MOD-9434,MOD-9435) - #5966 When indexing documents using TEXT and without the text in the documents leads to an
infornanscore (MOD-9423) - #6057 Avoid lazy expiration in background indexing for Active-Active setup, preventing keys from expiring incorrectly (MOD-9486)
- #6113 Timeout fail returned when
ON_TIMEOUT RETURNpolicy stop collecting of the partial results - best effort (MOD-9612) - #5864 Last query result using could be missing
FT.AGGREGATEwithON_TIMEOUT RETURNand using multi-threading (MOD-9222) - #5863 Collecting empty results from shards during
FT.AGGREGATEwith RESP3 could cause a crash (MOD-9174)
- #6207 Continuous increasing of index error counts on
-
JSON:
- #1329 Memory usage calculation: some allocations are counted twice (MOD-9169)
-
Time series:
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.4.0-v5
This is a maintenance release for Redis Stack Server 7.4.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing a vulnerability in redis-check-aof that could lead to a stack overflow and potential remote code execution (RCE).
It also contains several bug fixes for the Redis server.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-27151) redis-check-aof may lead to a stack overflow and potential RCE
Bug Fixes
- Redis:
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.2.0-v17
This is a maintenance release for Redis Stack Server 7.2.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing a vulnerability in redis-check-aof that could lead to a stack overflow and potential remote code execution (RCE).
It also contains several bug fixes for the Redis server.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-27151) redis-check-aof may lead to a stack overflow and potential RCE
Bug Fixes
- Redis:
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.70.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.4.0-v4
This is a maintenance release for Redis Stack Server 7.4.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing a vulnerability where an unauthenticated client can cause unlimited growth of output buffers.
It also delivers an improvement to the Redis Query Engine, along with bug fixes for both the Redis server and the Redis Query Engine.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
*(CVE-2025-21605) An unauthenticated client can cause an unlimited growth of output buffers
Improvements
- Redis Query Engine:
- #5734 Coordinator race condition preventing the premature release and avoiding errors and inconsistencies during query executions (MOD-8794)
Bug Fixes
-
Redis:
*#13661FUNCTION FLUSH- memory leak when using jemalloc
*#13793WAITAOFreturns prematurely
*#13853SLAVEOF- crash when clients are blocked on lazy free
*#13863RANDOMKEY- infinite loop during client pause
*#13877 ShardID inconsistency when both primary and replica support it -
Redis Query Engine:
- #5734 Cursor with
SORTBYis never depleted, blocking queries if cursor limit is achieved (MOD-8483) - #5734 Empty results with RESP3 due to the
TIMEOUTeven if setting to deliver partial results - ON_TIMEOUT policy (MOD-8482, MOD-8856) - #5734 Cursor with RESP3 on
FT.AGGREGATEis never depleted, blocking queries if cursor limit is achieved (MOD-8515) - #5734 Using
FT.CURSOR READon queries that timed out led to fewer results than expected (MOD-8606) - #5804
FT.AGGREGATEresponse in RESP3 thetotal_resultsfield is not correct (MOD-9054) - #5704 Weights in the query string are ignored if using
SCORER BM25(MOD-7896) - #5646
FT.SEARCHusing Cyrillic characters and wildcards delivering no results (MOD-7944) - #5163
SCORERselection ignored onFT.AGGREGATEcommands in clustered database
- #5734 Cursor with
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.68.
Note: version numbers follow the following pattern:
x.y.z-b
x.yRedis Major versionzincreases with even numbers as a module x.y version increases.bdenotes a patch to Redis or a module (anyzof Redis or Modules).bwill consist of av+ numeric value.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64
Redis Stack 7.2.0-v16
This is a maintenance release for Redis Stack Server 7.2.0.
Update urgency: SECURITY: there are security fixes in the release.
Headlines:
This version includes security fixes for the Redis server, addressing a vulnerability where an unauthenticated client can cause unlimited growth of output buffers.
It also delivers an improvement to the Redis Query Engine, along with bug fixes for the Redis server, the Redis Query Engine, and probabilistic data structures.
Additionally, this maintenance release ships with the latest version of Redis Insight.
Details:
Security and privacy
- Redis:
- (CVE-2025-21605) An unauthenticated client can cause an unlimited growth of output buffers
Improvements
- Redis Query Engine:
- #5788 Coordinator race condition preventing the premature release and avoiding errors and inconsistencies during query executions (MOD-8794)
Bug Fixes
-
Redis:
-
Redis Query Engine:
- #5709 Weights in the query string are ignored if using
SCORER BM25(MOD-7896) - #5788 Cursor with
SORTBYis never depleted, blocking queries if cursor limit is achieved (MOD-8483) - #5788 Empty results with RESP3 due to the
TIMEOUTeven if setting to deliver partial results - ON_TIMEOUT policy (MOD-8482) - #5788 Cursor with RESP3 on
FT.AGGREGATEis never depleted, blocking queries if cursor limit is achieved (MOD-8515) - #5788 Using
FT.CURSOR READon queries that timed out led to fewer results than expected (MOD-8606) - #5810
FT.AGGREGATEresponse in RESP3 thetotal_resultsfield is not correct (MOD-9054) - #5647
FT.SEARCHusing Cyrillic characters and wildcards delivering no results (MOD-7944)
- #5709 Weights in the query string are ignored if using
-
Probabilistic:
Redis version:
Module versions
Recommended Client Libraries
- Java
- Python
- NodeJS
- .NET
- Go
Compatible with Redis Insight. The Docker image redis/redis-stack for this version is bundled with Redis Insight 2.68.
Downloads
- macOS: x86_64, arm64
- AppImage: x86_64
- Ubuntu: Bionic x86_64, Bionic arm64, Focal x86_64, Focal arm64, Snap x86_64, Snap arm64, Jammy x86_64, Jammy arm64
- Debian: Bullseye x86_64
- RHEL 8/CentOS Linux 8: x86_64
- RHEL 9/Rocky Linux 9/CentOS Linux 9: x86_64
- Redis Stack on Dockerhub: x86_64 and arm64
- Redis Stack server on Dockerhub: x86_64 and arm64