Redis Version Lifecycle¶
Redis Support¶
Reference: https://redis.io/about/releases/
As a rule, older versions are not supported as we try very hard to make the Redis API mostly backward compatible.
Upgrading to newer versions is the recommended approach and is usually trivial.
The latest stable release is always fully supported and maintained.
Two additional versions receive maintenance only, meaning that only fixes for critical bugs and major security issues are committed and released as patches:
- The previous minor version of the latest stable release.
- The previous stable major release.
For example, consider the following hypothetical versions: 1.2, 2.0, 2.2, 3.0, 3.2.
When version 2.2 is the latest stable release, both 2.0 and 1.2 are maintained.
Once version 3.0.0 replaces 2.2 as the latest stable, versions 2.0 and 2.2 are maintained, whereas version 1.x reaches its end of life.
This process repeats with version 3.2.0, after which only versions 2.2 and 3.0 are maintained.
The above are guidelines rather than rules set in stone and will not replace common sense.
Redis Branch¶
Reference: https://github.com/redis/redis/security
| Name | Branch | Main | Supported | End Of Support |
|---|---|---|---|---|
| Redis | 8.2.x | 8.0 | ✅ | - |
| Redis | 8.0.x | 8.0 | ✅ | - |
| Redis | 7.4.x | 7.0 | ✅ | - |
| Redis | <7.4.x | 7.0 | ❌ | - |
| Redis | 6.2.x | 6.0 | ✅ | Support may be removed after end of 2025 |
| Redis | <6.2.x | <6.0 | ❌ | - |
Redis Release¶
Reference: https://github.com/redis/redis/releases
| Name | Version | Branch | Main | Release Time |
|---|---|---|---|---|
| Redis | 8.2.1 | 8.2.x | 8.0 | last week |
| Redis | 8.2.0 | 8.2.x | 8.0 | 3 weeks |
| Redis | 8.2-RC | 8.2.x | 8.0 | 2025-07-04 |
| Redis | 8.2-M01 | 8.2.x | 8.0 | 2025-06-19 |
| Redis | 8.0.3 | 8.0.x | 8.0 | 2025-07-06 |
| Redis | 8.0.2 | 8.0.x | 8.0 | 2025-05-27 |
| Redis | 8.0.1 | 8.0.x | 8.0 | 2025-05-13 |
| Redis | 7.4.5 | 7.4.x | 7.0 | 2025-07-06 |
| Redis | 7.4.4 | 7.4.x | 7.0 | 2025-05-27 |
| Redis | 7.2.10 | 7.2.x | 7.0 | 2025-07-06 |
| Redis | 7.2.9 | 7.2.x | 7.0 | 2025-05-27 |
| Redis | 6.2.19 | 6.2.x | 6.0 | 2025-07-6 |
| Redis | 6.2.18 | 6.2.x | 6.0 | 2025-04-23 |
| Redis | 6.2.17 | 6.2.x | 6.0 | 2025-01-06 |
| Redis | 6.2.16 | 6.2.x | 6.0 | 2024-10-03 |
| Redis | 6.2.14 | 6.2.x | 6.0 | 2023-10-18 |