Skip to content

Commit 4fd4780

Browse files
committed
Duplicate version policy to ROS
1 parent 35f353f commit 4fd4780

File tree

2 files changed

+80
-40
lines changed

2 files changed

+80
-40
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
Title: Redis version policy and structure
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Describes Redis version management policy and supported versions.
9+
linkTitle: Version policy
10+
weight: 25
11+
---
12+
13+
Redis Open Source uses a version policy that defines how long patches and security updates are provided for each version after release.
14+
15+
## Version structure
16+
17+
Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
18+
19+
- **Major versions**: Significant changes that may include breaking changes (e.g., Redis 7 → Redis 8)
20+
- **Minor versions**: New features and improvements within a major version (e.g., 8.2 → 8.4 → 8.6)
21+
- **Patch versions**: Bug fixes and security updates (e.g., 8.2.1 → 8.2.2)
22+
23+
## Version support models
24+
25+
Redis Open Source uses two version support models.
26+
27+
### LTS (Long-Term Support) {#lts}
28+
29+
LTS versions are the final minor release of each major version (along with Redis 7.2) and receive **5 years of extended support**, including security updates and major bug fixes.
30+
31+
These versions are ideal for:
32+
33+
- Production environments requiring stability
34+
- Applications with infrequent upgrade cycles
35+
- Enterprise deployments with strict change management
36+
37+
**Current LTS versions**: Redis 6.2, 7.2, 7.4
38+
39+
### STS (Short-Term Support) {#sts}
40+
41+
STS versions include all minor releases except the final one in each major version. These versions receive security updates and bug fixes for **6 months** after the next minor release.
42+
43+
**Current STS versions**: Redis 8.0, 8.2
44+
45+
### End-of-life (EOL) {#eol}
46+
47+
When a version reaches EOL, bug fixes and security updates will no longer be released. Users are encouraged to upgrade to the latest minor version within the same major version.
48+
49+
## Supported versions
50+
51+
{{< note >}}
52+
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
53+
{{< /note >}}
54+
55+
| Version | Type | Status | EOL Date |
56+
|---------|------|--------|----------|
57+
| **Redis 8.2** | STS | GA | TBD |
58+
| **Redis 8.0** | STS | GA | May 1, 2026 |
59+
| **Redis 7.4** | LTS | GA | December 1, 2029 |
60+
| **Redis 7.2** | LTS | GA | December 1, 2029 |
61+
| **Redis 6.2** | LTS | GA | 2026 |
62+
63+

content/operate/rc/databases/version-management/_index.md

Lines changed: 17 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -43,35 +43,28 @@ Starting with Redis 8.2 (October 2025):
4343

4444
## Version support models
4545

46-
Redis Cloud uses two version support models.
46+
Redis Cloud follows the [Redis Open Source version support models]({{< relref "/operate/oss_and_stack/install/version-policy" >}}):
4747

48-
### LTS (Long-Term Support)
48+
- [**Long-Term Support (LTS)**]({{< relref "/operate/oss_and_stack/install/version-policy#lts" >}}): 5 years of extended support, including security updates and major bug fixes
49+
- [**Short-Term Support (STS)**]({{< relref "/operate/oss_and_stack/install/version-policy#sts" >}}): 6 months of support after release of the next minor version, including security updates and bug fixes
4950

50-
LTS versions are the final minor release of each major version and receive **5 years of extended support**. These versions are ideal for:
51+
When a version reaches [End-of-Life (EOL)]({{< relref "/operate/oss_and_stack/install/version-policy#eol" >}}), Redis Cloud will automatically upgrade your database to the latest minor version during maintenance windows if you do not manually upgrade before EOL.
5152

52-
- Production environments requiring stability
53-
- Applications with infrequent upgrade cycles
54-
- Enterprise deployments with strict change management
55-
56-
**Current LTS versions**: Redis 6.2, 7.2, 7.4
57-
58-
### STS (Short-Term Support)
59-
60-
STS versions include all minor releases except the final one in each major version. These versions:
61-
62-
- Receive support for **6 months** after the next minor release
63-
- Provide access to the latest features and improvements
64-
- Are automatically upgraded when they reach end-of-life
65-
66-
**Current STS versions**: Redis 8.0, 8.2
53+
## Supported versions
6754

68-
### End-of-life (EOL)
55+
{{< note >}}
56+
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
57+
{{< /note >}}
6958

70-
When a version reaches EOL:
59+
| Version | Type | Status | EOL Date | Plans |
60+
|---------|------|--------|----------|-------|
61+
| **Redis 8.2** | STS | GA | TBD | Essentials, Pro |
62+
| **Redis 8.0** | STS | *Preview | May 1, 2026 | Essentials |
63+
| **Redis 7.4** | LTS | GA | December 1, 2029 | Essentials, Pro |
64+
| **Redis 7.2** | LTS | GA | December 1, 2029 | Essentials, Pro |
65+
| **Redis 6.2** | LTS | GA | 2026 | Pro |
7166

72-
- Technical support is no longer provided
73-
- Security updates are not available
74-
- All databases are automatically updated to the next supported version during maintenance windows
67+
*Redis 8.0 is not available for new databases.
7568

7669
## Version selection
7770

@@ -91,22 +84,6 @@ For existing databases:
9184
| Manual upgrades | Yes | Yes |
9285
| [Automatic upgrade time]({{< relref "/operate/rc/subscriptions/maintenance" >}}) | Standard - between 12 AM and 6 AM region time | Configurable - [Set maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}) |
9386

94-
## Supported versions
95-
96-
{{< note >}}
97-
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
98-
{{< /note >}}
99-
100-
| Version | Type | Status | EOL Date | Plans |
101-
|---------|------|--------|----------|-------|
102-
| **Redis 8.2** | STS | GA | TBD | Essentials, Pro |
103-
| **Redis 8.0** | STS | *Preview | May 1, 2026 | Essentials |
104-
| **Redis 7.4** | LTS | GA | December 1, 2029 | Essentials, Pro |
105-
| **Redis 7.2** | LTS | GA | December 1, 2029 | Essentials, Pro |
106-
| **Redis 6.2** | LTS | GA | 2026 | Pro |
107-
108-
*Redis 8.0 is not available for new databases.
109-
11087
## Manual upgrades
11188

11289
You can update your databases to a later version if by selecting **More actions** > **Version upgrade** from the database list or database page.
@@ -125,7 +102,7 @@ See [Upgrade database version]({{< relref "/operate/rc/databases/version-managem
125102
Pro users can opt out of minor version auto-upgrades for Redis 8+. If disabled and a version reaches EOL, Redis Cloud will force upgrade during maintenance windows. Major upgrades always require your action.
126103

127104
**What if I don't upgrade before EOL?**
128-
Redis Cloud will force upgrade after notifications to ensure security and support.
105+
Redis Cloud will force upgrade after notifications during your next maintenance window to ensure security and support.
129106

130107
**Can I downgrade?**
131108
Automatically reverting to a previous Redis version is not supported on Redis Cloud. See [Manually revert upgrade]({{< relref "/operate/rc/databases/version-management/upgrade-version#manually-revert-upgrade" >}}) for more details.

0 commit comments

Comments
 (0)