Skip to content

Commit

Permalink
RC New Packaging: Remove Create Subscription pages (#3211)
Browse files Browse the repository at this point in the history
* Remove Create Flexible and Create Active-Active subscriptions

* fix build errors

* Remove create Fixed and rename files

* Fix build errors/alias issues

* change titles/linktitles

* Edit index page

* Move Essentials first
  • Loading branch information
cmilesb authored Mar 26, 2024
1 parent 1e93df0 commit 4447863
Show file tree
Hide file tree
Showing 28 changed files with 87 additions and 353 deletions.
12 changes: 0 additions & 12 deletions content/embeds/create-subscription-next-steps.md

This file was deleted.

19 changes: 11 additions & 8 deletions content/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,25 @@ Use the [Quick start]({{<relref "/rc/rc-quickstart">}}) to create a free subscri
- [Connect with Redis client]({{<relref "/rc/rc-quickstart#using-redis-client">}})
- [Connect with RedisInsight]({{<relref "/rc/rc-quickstart#using-redisinsight">}})

## Databases
Create and manage [Redis databases]({{<relref "/rc/databases">}}) in the cloud.
- [Create database]({{<relref "/rc/databases/create-database">}})
- [View and edit databases]({{<relref "/rc/databases/view-edit-database">}})
- [Monitor performance]({{<relref "/rc/databases/monitor-performance">}})
- [Manage databases]({{<relref "/rc/databases/configuration">}})
- [Redis commands](https://redis.io/commands/) & [compatibility]({{<relref "/rc/compatibility">}})

## Subscriptions
Learn about the [types of subscriptions]({{<relref "/rc/subscriptions">}}).
- [View and upgrade Essentials plan]({{<relref "/rc/subscriptions/view-essentials-subscription">}})
- [Essentials plans]({{<relref "/rc/subscriptions/view-essentials-subscription/essentials-plan-details">}})
- [View and edit Pro plan]({{<relref "/rc/subscriptions/view-pro-subscription">}})

## Accounts & settings
Manage Redis Cloud [accounts and settings]({{<relref "/rc/accounts">}}).
- [Billing and payments]({{<relref "/rc/billing-and-payments">}})
- [Manage cloud integrations]({{<relref "/rc/cloud-integrations">}})

## Databases
Create and manage [Redis databases]({{<relref "/rc/databases">}}) in the cloud.
- [Create database]({{<relref "/rc/databases/create-database">}})
- [View and edit databases]({{<relref "/rc/databases/view-edit-database">}})
- [Monitor performance]({{<relref "/rc/databases/monitor-performance">}})
- [Manage databases]({{<relref "/rc/databases/configuration">}})
- [Redis commands](https://redis.io/commands/) & [compatibility]({{<relref "/rs/references/compatibility">}})

## Security
Manage [secure connections]({{<relref "/rc/security">}}) to cloud databases.
- [Access management]({{<relref "/rc/security/access-control/access-management">}}) for admin console security and account management
Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/august-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This changelog lists new features, enhancements, and other changes added to Redi

### Redis 7.2 flexible opt-in

You can opt in to Redis 7.2 on [Flexible subscriptions]({{<relref "/rc/subscriptions/create-flexible-subscription">}}). Redis 7.2 introduces several changes to existing Redis commands; see the [list of breaking changes]({{<relref "/rc/changelog/june-2023#redis-72-breaking-changes">}}) published in June's changelog for more details.
You can opt in to Redis 7.2 on [Flexible subscriptions]({{<relref "/rc/databases/create-database/create-pro-database-new">}}). Redis 7.2 introduces several changes to existing Redis commands; see the [list of breaking changes]({{<relref "/rc/changelog/june-2023#redis-72-breaking-changes">}}) published in June's changelog for more details.

### Triggers and functions preview

Expand All @@ -24,9 +24,9 @@ A preview of [triggers and functions]({{<relref "/stack/triggers-functions">}})
- AWS Asia Pacific - Singapore (`ap-southeast-1`)
- GCP Asia Pacific - Tokyo (`asia-northeast1`)

To use it, [create a fixed subscription]({{<relref "/rc/subscriptions/create-fixed-subscription">}}) in one of these regions. Then, [create your database]({{<relref "/rc/databases/create-database">}}) and set the database Type to Redis and select Triggers and Functions in the drop-down. Or, set the database Type to Redis Stack to get all of our advanced capabilities.
To use it, [create a fixed subscription]({{<relref "/rc/databases/create-database/create-essentials-database">}}) in one of these regions. Then, [create your database]({{<relref "/rc/databases/create-database">}}) and set the database Type to Redis and select Triggers and Functions in the drop-down. Or, set the database Type to Redis Stack to get all of our advanced capabilities.

If you'd like to use triggers and functions with a [Flexible subscription]({{<relref "/rc/subscriptions/create-flexible-subscription">}}), contact [support](https://redis.com/company/support/).
If you'd like to use triggers and functions with a [Flexible subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}}), contact [support](https://redis.com/company/support/).

For more information about triggers and functions, see the [triggers and functions documentation](https://redis.io/docs/interact/programmability/triggers-and-functions).

Expand Down
2 changes: 1 addition & 1 deletion content/rc/changelog/december-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliases: []

[Active-Active databases]({{<relref "rc/databases/active-active-redis">}}) on Redis Cloud now support the [JSON]({{< relref "/stack/json" >}}) data type.

See [Create an Active-Active subscription]({{<relref "rc/subscriptions/create-active-active-subscription">}}) to learn how to create an Active-Active subscription.
See [Create an Active-Active subscription]({{<relref "/rc/databases/create-database/create-active-active-database">}}) to learn how to create an Active-Active subscription.

### Mutual TLS enhancements

Expand Down
2 changes: 1 addition & 1 deletion content/rc/changelog/february-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ The Redis Cloud console will now notify you through email and on the application

### CIDR overlap detection

When you [create a new Flexible subscription]({{<relref "/rc/subscriptions/create-flexible-subscription">}}), the Redis Cloud console will now detect if the Classless Inter-Domain Routing (CIDR) subnet range you specify is in use by another Flexible subscription on the same account. This will allow you to address and resolve CIDR conflicts in your Redis deployment.
When you [create a new Flexible subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}}), the Redis Cloud console will now detect if the Classless Inter-Domain Routing (CIDR) subnet range you specify is in use by another Flexible subscription on the same account. This will allow you to address and resolve CIDR conflicts in your Redis deployment.

2 changes: 1 addition & 1 deletion content/rc/changelog/january-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ This changelog lists new features, enhancements, and other changes added to Redi

- Add users with first name and last name

- Select multiple [availability zones]({{<relref "/rc/subscriptions/create-flexible-subscription#availability-zones">}})
- Select multiple [availability zones]({{<relref "/rc/databases/configuration/high-availability#availability-zones">}})

- Additional enhancements
2 changes: 1 addition & 1 deletion content/rc/changelog/june-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This changelog lists new features, enhancements, and other changes added to Redi

### Redis 7.2 fixed opt-in

You can opt in to Redis 7.2 on [Fixed subscriptions]({{<relref "/rc/subscriptions/create-fixed-subscription">}}) in selected regions in AWS and GCP. Redis 7.2 introduces several changes to existing Redis commands; see the [list of breaking changes](#redis-72-breaking-changes) for more details.
You can opt in to Redis 7.2 on [Fixed subscriptions]({{<relref "/rc/databases/create-database/create-essentials-database">}}) in selected regions in AWS and GCP. Redis 7.2 introduces several changes to existing Redis commands; see the [list of breaking changes](#redis-72-breaking-changes) for more details.

### Export database list to CSV includes Active-Active

Expand Down
2 changes: 1 addition & 1 deletion content/rc/changelog/march-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This changelog lists new features, enhancements, and other changes added to Redi

### Redis 7.0 preview

A preview of Redis 7.0 is available for [Fixed subscriptions]({{<relref "/rc/subscriptions/create-fixed-subscription">}}) in selected regions in AWS and GCP. However, some Redis 7.0 functionality might not be fully available during preview. Redis 7.0 also introduces several changes to existing Redis commands; see the [list of breaking changes](#redis-70-breaking-changes) for more details.
A preview of Redis 7.0 is available for [Fixed subscriptions]({{<relref "/rc/databases/create-database/create-essentials-database">}}) in selected regions in AWS and GCP. However, some Redis 7.0 functionality might not be fully available during preview. Redis 7.0 also introduces several changes to existing Redis commands; see the [list of breaking changes](#redis-70-breaking-changes) for more details.

The following tables show which new open source Redis 7.0 commands are supported in Redis 7.0 subscriptions.

Expand Down
6 changes: 3 additions & 3 deletions content/rc/changelog/november-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ aliases: []

### New Fixed plans

Redis is updating our [Fixed subscriptions]({{<relref "/rc/subscriptions/create-fixed-subscription">}}) on Redis Cloud. These plans offer increased capacity at lower prices compared to legacy plans.
Redis is updating our [Fixed subscriptions]({{<relref "/rc/databases/create-database/create-essentials-database">}}) on Redis Cloud. These plans offer increased capacity at lower prices compared to legacy plans.

See [Fixed plan subscription tiers]({{<relref "/rc/subscriptions/create-fixed-subscription#fixed-plans">}}) for an updated list of all Fixed plans.
See [Fixed plan subscription tiers]({{<relref "/rc/databases/create-database/create-essentials-database#fixed-plans">}}) for an updated list of all Fixed plans.

### Redis 7.2 Fixed region support

You can now use Redis 7.2 on [Fixed subscriptions]({{<relref "/rc/subscriptions/create-fixed-subscription">}}) in `us-east-1` on Amazon Web Services. New Fixed subscriptions created in `us-east-1` will use Redis 7.2, and existing subscriptions will continue to use Redis 6.2.
You can now use Redis 7.2 on [Fixed subscriptions]({{<relref "/rc/databases/create-database/create-essentials-database">}}) in `us-east-1` on Amazon Web Services. New Fixed subscriptions created in `us-east-1` will use Redis 7.2, and existing subscriptions will continue to use Redis 6.2.

Redis 7.2 introduces several changes to existing Redis commands; see the [list of breaking changes]({{<relref "/rc/changelog/june-2023#redis-72-breaking-changes">}}) published in June's changelog for more details.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/cloud-integrations/aws-marketplace/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here's how to subscribe to Redis Cloud with AWS Marketplace:

In addition, AWS Marketplace is reported as the selected payment method.

At this point, you can create a new database using the [standard workflow]({{<relref "/rc/subscriptions/create-flexible-subscription">}}), with one important change. You don't need to enter a payment method, as it's automatically assigned to your AWS Marketplace account.
At this point, you can create a new database using the [standard workflow]({{<relref "/rc/databases/create-database/create-pro-database-new">}}), with one important change. You don't need to enter a payment method, as it's automatically assigned to your AWS Marketplace account.

To confirm this, review the payment method associated with your subscription.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ After you set up the database, you can use the database information to set it as
To set up a Redis Cloud instance for Bedrock, you need to:

1. [Sign up for Redis Cloud](#sign-up) if you do not already have an account.
1. [Create a subscription and database](#create-sub) to use for your Bedrock knowledge base.
1. [Create a database](#create-sub) to use for your Bedrock knowledge base.

### Sign up for Redis Cloud using AWS Marketplace {#sign-up}

Expand All @@ -48,7 +48,7 @@ To set up a Redis Cloud instance for Bedrock, you need to:

In addition, AWS Marketplace is reported as the selected payment method.

### [Create a database]({{<relref "/rc/subscriptions/create-flexible-subscription">}}) {#create-sub}
### [Create a database]({{<relref "/rc/databases/create-database/create-pro-database-new">}}) {#create-sub}

1. In the [admin console](https://app.redislabs.com/), select **New database**.

Expand Down
2 changes: 1 addition & 1 deletion content/rc/cloud-integrations/prometheus-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can quickly set up Prometheus and Grafana for testing using the Prometheus a

### Prerequisites

1. Create a [Redis Cloud Pro database]({{< relref "/rc/subscriptions/create-flexible-subscription" >}}).
1. Create a [Redis Cloud Pro database]({{< relref "/rc/databases/create-database/create-pro-database-new" >}}).

1. Set up [VPC peering]({{< relref "/rc/security/vpc-peering" >}}).

Expand Down
2 changes: 1 addition & 1 deletion content/rc/databases/active-active-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: [
---

Active-Active databases store data across multiple regions and availability zones. This improves scalability, performance, and availability, especially when compared to standalone databases.
To create Active-Active databases, you need a Flexible or Annual Redis Cloud subscription that enables Active-Active Redis and defines the regions for each copy of your databases. See [Create an Active-Active subscription]({{<relref "/rc/subscriptions/create-active-active-subscription">}}) for instructions.
To create Active-Active databases, you need a Redis Cloud Pro subscription that enables Active-Active Redis and defines the regions for each copy of your databases. See [Create an Active-Active database]({{<relref "/rc/databases/create-database/create-active-active-database">}}) for instructions.

Active-Active databases are distributed across multiple regions (geo-distribution). This improves performance by reducing latency for nearby users and improves availability by protecting against data loss in case of network or resource failure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can select more than one advanced capability for a database, though there ar
- Probabilistic

- Graph cannot be combined with other capabilities.
- JSON is the only capability supported for [Active-Active databases]({{<relref "rc/subscriptions/create-active-active-subscription">}}).
- JSON is the only capability supported for [Active-Active databases]({{<relref "rc/databases/create-database/create-active-active-database">}}).

You don't have to combine capabilities. To remove a selected capability, either clear the checkbox in the menu or select its **Delete** icon.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
Title: Create an Active-Active subscription
linkTitle: Create Active-Active subscription
description: Shows what changes when you create an Active-Active subscription (Flexible or Annual)
weight: 31
Title: Create an Active-Active database
linkTitle: Create Active-Active database
description: Shows how to create an Active-Active database
weight: 20
alwaysopen: false
categories: ["RC"]
aliases: /rc/subscriptions/create-active-active-subscription/
---

To deploy Active-Active databases in Redis Cloud, create a Flexible or Annual subscription with Active-Active enabled.
To deploy Active-Active databases in Redis Cloud, create a Redis Cloud Pro database with Active-Active enabled.

Overall, the process is similar to [create a Flexible subscription]({{<relref "/rc/subscriptions/create-flexible-subscription">}}). However, there are some additional requirements listed below:
Overall, the process is similar to [create a Pro database with a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}}). However, there are some additional requirements listed below:

- Enable Active-Active Redis
- [Define the regions](#define-regions) for each database instance
Expand Down Expand Up @@ -94,7 +94,7 @@ Throughput requirements grow dramatically as regions increase. As a result, con

## More info

- [Create a Flexible subscription]({{<relref "/rc/subscriptions/create-flexible-subscription">}})
- [Create a Pro database with a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}})
- Database [memory limit]({{<relref "/rc/databases/create-database#memory-limit">}})
- Redis Cloud [subscription plans]({{<relref "/rc/subscriptions/">}})
- [Redis Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/)
- [Redis Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/)
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ description: Shows how to create an Essentials database.
weight: 5
alwaysopen: false
categories: ["RC"]
aliases: /rv/administration/setup_and_editing/create-databases/
/rv/administration/setup_and_editing/creating-databases/
/rc/administration/setup_and_editing/create-databases/
/rc/administration/setup-and-editing/creating-databases/
aliases: [ /rc/subscriptions/create-fixed-subscription,
/rv/administration/setup_and_editing/create-subscription/,
/rv/administration/setup_and_editing/creating-subscription/,
/rc/administration/setup_and_editing/create-subscription/,
/rc/administration/setup-and-editing/create-subscription/,
/rc/administration/setup/create-subscription/ ]
---

{{< embed-md "rc-create-db-first-steps.md" >}}
Expand Down Expand Up @@ -62,6 +64,8 @@ This guide shows how to create an Essentials database.

{{<image filename="images/rc/subscription-new-fixed-tiers.png" alt="Available Essentials plans." >}}{{< /image >}}

For a comparison of available plans, see [Redis Cloud Essentials plans]({{<relref "rc/subscriptions/view-essentials-subscription/essentials-plan-details">}}).

1. Enter your payment details if you chose a paid plan.

If you chose a paid plan and haven't previously entered a payment method, use the **Add Credit Card** button to add one.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ description: Shows how to create a Pro database with a new subscription
weight: 10
alwaysopen: false
categories: ["RC"]
aliases:
aliases: /rc/administration/customize-pro/
/rc/administration/customize-pro.md
/rc/administration/setup/customize-pro/
/rc/administration/setup/customize-pro.md
/rc/administration/setup/customize-flexible-plan/
/rc/subscriptions/create-flexible-subscription/
---

{{< embed-md "rc-create-db-first-steps.md" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/rc/security/aws-transit-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Consider using VPC peering and Transit Gateway in parallel for the following sit

Before you can set up Transit Gateway:

1. [Create a database with Redis Cloud Pro]({{< relref "/rc/subscriptions/create-flexible-subscription" >}}) from the Redis cloud [admin console](https://app.redislabs.com/#/).
1. [Create a database with Redis Cloud Pro]({{< relref "/rc/databases/create-database/create-pro-database-new" >}}) from the Redis cloud [admin console](https://app.redislabs.com/#/).

1. [Create a transit gateway](https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw) from the [AWS VPC console](https://console.aws.amazon.com/vpc/).

Expand Down
2 changes: 1 addition & 1 deletion content/rc/security/private-service-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ Private Service Connect has the following limitations in Redis Cloud:

- Although Redis Cloud supports using Private Service Connect with Enterprise clustering, you cannot use the [OSS Cluster API]({{< relref "/rc/databases/create-database#oss-cluster-api" >}}) with Private Service Connect enabled.

- Private Service Connect is not available for clusters with Redis versions 6.2.12 and earlier. Contact [Redis support](https://redis.com/company/support) to upgrade the cluster to a compatible version or [create a new subscription]({{<relref "/rc/subscriptions/create-flexible-subscription">}}).
- Private Service Connect is not available for clusters with Redis versions 6.2.12 and earlier. Contact [Redis support](https://redis.com/company/support) to upgrade the cluster to a compatible version or [create a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}}).
Loading

0 comments on commit 4447863

Please sign in to comment.