Skip to content

Commit 70fe016

Browse files
committed
checkpoint 2
1 parent 22fb164 commit 70fe016

File tree

3 files changed

+9
-25
lines changed

3 files changed

+9
-25
lines changed

content/operate/rc/databases/configuration/advanced-capabilities.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,11 @@ When the database **Type** is set to _Redis_, the Advanced capabilities section
2727

2828
Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default.
2929

30-
### Version management for Essentials
31-
32-
- **Minor version auto-upgrades**: Always enabled for Redis 8+, upgrades to latest minor version during maintenance windows
33-
- **Major version upgrades**: Customer controlled, never automatic
34-
- **Latest versions**: All new databases automatically use the latest available Redis version
35-
- **Notifications**: You receive notifications when new database versions become available
36-
37-
For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
38-
39-
Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the Redis Cloud console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}).
30+
Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the Redis Cloud console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
4031

4132
## Redis Cloud Pro {#pro}
4233

43-
By default, Redis Cloud Pro databases load all supported advanced capabilities. You can choose to load specific capabilities when you create your database. To choose which capabilities to load for your Pro database, [create it with custom settings]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **More options** when adding your database in the **Sizing tab** to view advanced capability settings.
44-
45-
### Version management for Pro
46-
47-
- **Minor version auto-upgrades**: Enabled by default for Redis 8+ but can be disabled, occur during maintenance windows
48-
- **Major version upgrades**: Customer controlled, never automatic
49-
- **Manual control**: You can upgrade to any available version at any time
50-
- **Forced upgrades**: If auto-upgrades disabled and version reaches EOL, automatic upgrade during maintenance windows
51-
52-
For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
34+
By default, Redis Cloud Pro databases load all supported advanced capabilities. For versions prior to Redis 8.0, you can choose to load specific capabilities when you create your database. To choose which capabilities to load for your Pro database, [create it with custom settings]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **More options** when adding your database in the **Sizing tab** to view advanced capability settings.
5335

5436
{{<image filename="images/rc/database-details-redis-module-select-flexible.png" alt="For Pro databases, you can select the capabilities included in your database." width="75%">}}
5537

@@ -66,7 +48,9 @@ You can select more than one advanced capability for a database, though there ar
6648

6749
To remove a selected capability, clear its checkbox.
6850

69-
To learn more, see [Redis Stack]({{< relref "/develop/get-started/" >}}) and [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}).
51+
Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default.
52+
53+
To learn more, see [Redis Stack]({{< relref "/develop/get-started/" >}}) and [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}). For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
7054

7155
### Search and query sizing
7256

content/operate/rc/databases/create-database/create-pro-database-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ Select **More options** to specify values for the following settings.
170170

171171
| Database&nbsp;option | Description |
172172
|:---------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|
173-
| **Advanced Capabilities** | [Advanced features and data types]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), or [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}). <br/> Databases with Search and query have specific sizing requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
173+
| **Advanced Capabilities** | [Advanced features and data types]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), or [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}). <br/> Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default. <br/> Databases with Search and query have specific sizing requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
174174
| **OSS Cluster API** | Enable to use the [Redis Cluster API]({{< relref "/operate/rc/databases/configuration/clustering#oss-cluster-api" >}}). |
175175
| **Type** | Set to **Redis**, otherwise **Memcached** database for legacy database support. |
176-
| **Supported Protocol(s)** | Choose between RESP2 and RESP3 _(Redis 7.2 only)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details |
176+
| **Supported Protocol(s)** | Choose between RESP2 and RESP3 _(Redis 7.2 and later only)_. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details |
177177
| **Quantity** | Number of databases to create with these settings. |
178178

179179
When finished, select **Save configuration** to save your database configuration.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ For existing databases:
100100
|---------|------|--------|----------|-------|
101101
| **Redis 8.2** | STS | GA | TBD | Essentials, Pro |
102102
| **Redis 8.0** | STS | *Preview | May 1, 2026 | Essentials |
103-
| **Redis 7.4** | LTS | GA | Apr 30, 2028 | Essentials, Pro |
104-
| **Redis 7.2** | STS | *GA | Oct 30, 2027 | Essentials, Pro |
103+
| **Redis 7.4** | LTS | GA | December 1, 2029 | Essentials, Pro |
104+
| **Redis 7.2** | STS | *GA | December 1, 2029 | Essentials, Pro |
105105
| **Redis 6.2** | LTS | GA | 2026 | Pro |
106106

107107
*Redis 8.0 is not available for new databases.

0 commit comments

Comments
 (0)