Skip to content

Commit 10216d1

Browse files
RS: Auto Tiering/Redis Flex doc updates (#2238)
* DOC-5211 Added redis-flex aliases for versioned docs * DOC-5211 RS: Updated Auto Tiering docs to Redis Flex * DOC-5211 Added flash aliases for versioned auto tiering docs * DOC-5211 Updated relrefs and references to Auto Tiering/Redis Flex docs * DOC-5211 Redis Flex versus Auto Tiering * DOC-5211 Fixed typo * Update content/operate/rs/databases/flash/_index.md Co-authored-by: andy-stark-redis <[email protected]> --------- Co-authored-by: andy-stark-redis <[email protected]>
1 parent 8fdb4b0 commit 10216d1

File tree

36 files changed

+95
-70
lines changed

36 files changed

+95
-70
lines changed

content/operate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hideListLinks: true
2424
| Replication | [Replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) | [Replication]({{<relref "/operate/rs/databases/durability-ha/replication">}}) | [Replication]({{< relref "/operate/oss_and_stack/management/replication" >}}) | [Create replica databases]({{<relref "/operate/kubernetes/re-databases/replica-redb/">}})|
2525
| Active-Active geo-distribution | [Active-Active Redis]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}) | [Active-Active Redis]({{<relref "/operate/rs/databases/active-active">}}) | | [Active-Active databases]({{<relref "/operate/kubernetes/active-active/">}}) |
2626
| Rolling upgrades | [Upgrade database version]({{< relref "/operate/rc/databases/upgrade-version" >}}) | [Upgrade Redis Software]({{<relref "/operate/rs/installing-upgrading/upgrading">}}) | | [Upgrade Redis for K8s]({{<relref "/operate/kubernetes/upgrade/">}}) |
27-
| Redis Flex/Auto tiering | [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) | [Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}}) | | [Auto Tiering]({{<relref "/operate/kubernetes/re-clusters/auto-tiering/">}}) |
27+
| Redis Flex/Auto tiering | [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) | [Redis Flex]({{<relref "/operate/rs/databases/flash">}}) | | [Auto Tiering]({{<relref "/operate/kubernetes/re-clusters/auto-tiering/">}}) |
2828
| Persistence | [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) | [Persistence]({{<relref "/operate/rs/databases/configure/database-persistence">}}) | [Persistence]({{< relref "/operate/oss_and_stack/management/replication" >}}) | [Persistence volumes]({{<relref "/operate/kubernetes/recommendations/persistent-volumes/">}})|
2929
| Recovery | Automatic | [Recover cluster]({{<relref "/operate/rs/clusters/cluster-recovery">}}) | [Manual failover]({{< relref "/operate/oss_and_stack/management/scaling#manual-failover" >}}) | [Cluster recovery]({{<relref "/operate/kubernetes/re-clusters/cluster-recovery/">}}) |
3030
| Backups | [Back up a database]({{< relref "/operate/rc/databases/back-up-data" >}}) | [Schedule backups]({{<relref "/operate/rs/databases/import-export/schedule-backups">}}) | [Persistence]({{< relref "/operate/oss_and_stack/management/replication" >}}) | [REDB spec.backup]({{<relref "/operate/kubernetes/reference/api/redis_enterprise_database_api/#specbackup">}}) |

content/operate/rc/databases/configuration/data-eviction-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For each database, you can choose from these data eviction policies:
3535

3636
## Prevent data eviction
3737

38-
Redis Cloud supports [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}})
38+
Redis Cloud supports [Auto Tiering]({{< relref "/operate/rs/databases/flash/" >}})
3939
to prevent data eviction but maintain high performance.
4040

4141
Auto Tiering can extend your database across RAM and Flash Memory and intelligently manage "hot" (active) data in RAM and "cold" (less active) data in Flash memory (SSD).

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
@@ -130,7 +130,7 @@ The following settings are defined in the **Advanced options** of the **Setup**
130130
| **Public endpoint access** | Select whether or not to [block public endpoints]({{< relref "/operate/rc/security/database-security/block-public-endpoints" >}}) for all databases in the subscription. |
131131
| **VPC configuration** | Select **In a new VPC** to deploy to a new [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC).<br/><br/>To deploy these databases to an existing virtual private cloud, select **In existing VPC** and then set VPC ID to the appropriate ID value.<br/><br/>(Available only if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled) |
132132
| **Deployment CIDR** | The [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) range of IP addresses for your deployment. Redis creates a new [subnet](https://en.wikipedia.org/wiki/Subnetwork) for the **Deployment CIDR** in your [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC). It cannot overlap with the CIDR ranges of other subnets used by your account.<br/><br/>For deployments in an existing VPC, the **Deployment CIDR** must be within your VPC's **primary** CIDR range (secondary CIDRs are not supported). |
133-
| **Auto Tiering**| Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}})|
133+
| **Auto Tiering**| Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Auto Tiering]({{< relref "/operate/rs/databases/flash/" >}})|
134134
| **Maintenance windows** | Determines when Redis can perform [maintenance]({{< relref "/operate/rc/subscriptions/maintenance" >}}) on your databases. Select **Manual** if you want to set [manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}). |
135135

136136
When finished, choose **Continue** to determine your size requirements.

content/operate/rs/7.4/databases/auto-tiering/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ hideListLinks: true
1111
linktitle: Auto Tiering
1212
weight: 50
1313
url: '/operate/rs/7.4/databases/auto-tiering/'
14+
aliases: /operate/rs/7.4/databases/flash/
1415
---
1516
Redis Enterprise's auto tiering offers users the unique ability to use solid state drives (SSDs) to extend databases beyond DRAM capacity.
1617
Developers can build applications that require large datasets using the same Redis API.

content/operate/rs/7.4/databases/auto-tiering/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description: Get started with Auto Tiering quickly, creating a cluster and datab
1010
linkTitle: Quick start
1111
weight: 80
1212
url: '/operate/rs/7.4/databases/auto-tiering/quickstart/'
13+
aliases: /operate/rs/7.4/databases/flash/quickstart/
1314
---
1415
This page guides you through a quick setup of [Auto Tiering]({{< relref "/operate/rs/7.4/databases/auto-tiering/" >}}) with a single node for testing and demo purposes.
1516

content/operate/rs/7.4/databases/auto-tiering/storage-engine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: Manage the storage engine used for your database with auto tiering
99
linkTitle: Manage storage engine
1010
weight: 100
1111
url: '/operate/rs/7.4/databases/auto-tiering/storage-engine/'
12+
aliases: /operate/rs/7.4/databases/flash/storage-engine/
1213
---
1314

1415
## Manage the storage engine

content/operate/rs/7.8/databases/auto-tiering/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ hideListLinks: true
1111
linktitle: Auto Tiering
1212
weight: 50
1313
url: '/operate/rs/7.8/databases/auto-tiering/'
14+
aliases: /operate/rs/7.8/databases/flash/
1415
---
1516
Redis Enterprise's auto tiering offers users the unique ability to use solid state drives (SSDs) to extend databases beyond DRAM capacity.
1617
Developers can build applications that require large datasets using the same Redis API.

content/operate/rs/7.8/databases/auto-tiering/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description: Get started with Auto Tiering quickly, creating a cluster and datab
1010
linkTitle: Quick start
1111
weight: 80
1212
url: '/operate/rs/7.8/databases/auto-tiering/quickstart/'
13+
aliases: /operate/rs/7.8/databases/flash/quickstart/
1314
---
1415
This page guides you through a quick setup of [Auto Tiering]({{< relref "/operate/rs/7.8/databases/auto-tiering/" >}}) with a single node for testing and demo purposes.
1516

content/operate/rs/7.8/databases/auto-tiering/storage-engine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: Manage the storage engine used for your database with auto tiering
99
linkTitle: Manage storage engine
1010
weight: 100
1111
url: '/operate/rs/7.8/databases/auto-tiering/storage-engine/'
12+
aliases: /operate/rs/7.8/databases/flash/storage-engine/
1213
---
1314

1415
## Manage the storage engine

content/operate/rs/clusters/add-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ with a custom certificate.
6363
1. Enter a path for [*Persistent storage*]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}),
6464
or leave the default path.
6565

66-
1. To enable [*Auto Tiering*]({{< relref "/operate/rs/databases/auto-tiering/" >}}),
66+
1. To enable [*Redis Flex or Auto Tiering*]({{< relref "/operate/rs/databases/flash/" >}}),
6767
select **Enable flash storage** and enter the path to the flash storage.
6868

6969
1. If the cluster is configured to support [rack-zone awareness]({{< relref "/operate/rs/clusters/configure/rack-zone-awareness.md" >}}), set the **Rack-zone ID** for the new node.

0 commit comments

Comments
 (0)