Skip to content

Commit ca3d8a6

Browse files
authored
Apply suggestions from code review
1 parent 58fb57d commit ca3d8a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The available settings vary according to your subscription plan:
5858
| **Auto Tiering** | Checked when the subscription supports Auto Tiering |
5959
| **Database name** | A name for your database (_required_) |
6060
| **Database port** | Automatically or manually assigns a database port (range: 10000-19999). You cannot assign a port that is reserved or already in use. |
61-
| **Database version** | The Redis version of your database. Choose **Redis 7.4** if you want to use the latest stable version of Redis. |
61+
| **Database version** | The Redis version of your database. We recommend you choose the latest available version. |
6262
| **Type** | Controls advanced database capabilities and protocol. Supported values include _Redis_ and _Memcached_ |
6363
| **Advanced capabilities** | Advanced data types 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. |
6464
| **Query performance factor** | *(Search and query databases on Redis 7.2 or later only)* Adds additional compute power to process your query and vector search workloads and boost your queries per second. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ By default, you're shown basic settings, which include:
151151
| Database&nbsp;setting | Description |
152152
|:---------|:-----------|
153153
| **Name** | A custom name for your database (_required_) |
154-
| **Version** | The Redis version for your database. Choose **Redis 7.4** if you want to use the latest stable version of Redis. |
154+
| **Version** | The Redis version for your database. We recommend you choose the latest available version. |
155155
| **Dataset size (GB)** | The amount of data for your dataset. Specify small sizes as decimals of 1.0&nbsp;GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database. <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. |
156156
| **High Availability** | Indicates whether a replica copy of the database is maintained in case the primary database becomes unavailable. (Warning: Doubles memory consumption). See [High Availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). |
157157
| **Throughput** | Identifies maximum throughput for the database, which is specified in terms of operations per second (**Ops/sec**). See [Throughput]({{< relref "/operate/rc/databases/configuration/sizing#throughput" >}}) for more information. <br/> Databases with Search and query have specific throughput requirements. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |

content/operate/rc/databases/upgrade-version.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Database version upgrade options depend on your plan type.
1414

1515
## Redis Cloud Essentials
1616

17-
When a new Redis version is released, all Redis Cloud Essentials databases will be upgraded to the new version after the preview period. The databases will be updated during a [maintenance window]({{< relref "/operate/rc/subscriptions/maintenance#redis-cloud-essentials" >}}).
17+
All new Redis Cloud Essentials databases are on the latest available version of Redis. Redis will notify Redis Cloud Essentials users when a new database version is available.
1818

1919
## Redis Cloud Pro
2020

21-
Redis Cloud Pro databases that are not on the latest stable version of Redis can be upgraded to a later version at any time.
21+
Redis Cloud Pro databases that are not on the latest available version of Redis can be upgraded to a later version at any time.
2222

2323
{{< note >}}
2424
Reverting to a previous Redis version is not supported on Redis Cloud.
2525

26-
Before updating your Redis version, we recommend that you [back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}). If you need to revert back to a previous database version, you can either:
26+
Before upgrading your Redis version, we recommend that you [back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}). If you need to revert back to a previous database version, you can either:
2727
- [Create a new database in the same subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) with your desired version and the same port number, and [import]({{< relref "/operate/rc/databases/import-data" >}}) the backup to the new database, OR
2828
- [Create a new database]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) with your desired version, and [migrate data]({{< relref "/operate/rc/databases/migrate-databases" >}}) and connections from the old database to the new one.
2929

@@ -50,7 +50,7 @@ To upgrade a Redis Cloud Pro database:
5050

5151
{{<image filename="images/rc/database-version-upgrade.png" alt="The Redis version upgrade screen." width=80% >}}
5252

53-
If your database has not been backed up before, select **Go to backup** to go to the [backup settings]({{< relref "/operate/rc/databases/back-up-data" >}}).
53+
If your database has not been backed up before, we recommend that you back up your database. Select **Go to backup** to go to the [backup settings]({{< relref "/operate/rc/databases/back-up-data" >}}).
5454

5555
1. Select **Upgrade** to start the upgrade.
5656

0 commit comments

Comments
 (0)