Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions content/operate/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 20
[Redis Cloud](https://redis.io/cloud/) is a fully managed database-as-a-service that brings the speed and reliability of Redis to the cloud, offering seamless scalability and high availability for modern applications.

With Redis Cloud, you get all of the features of Redis Software, including:
- [Redis]({{< relref "/develop/" >}}) and [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}) support
- [Redis](/content/develop/_index.md) and [Redis Stack](/content/operate/oss_and_stack/stack-with-enterprise/_index.md) support
- Linear scalability
- Instant failover, backups, and recovery
- Predictable performance
Expand All @@ -21,44 +21,44 @@ With Redis Cloud, you get all of the features of Redis Software, including:
[Try Redis Cloud](https://redis.io/try-free/) to set up your free 30MB database.

## Get started
Use the [Quick start]({{< relref "/operate/rc/rc-quickstart" >}}) to learn how to create your free database.
- [Connect with redis-cli]({{< relref "/operate/rc/rc-quickstart#using-rediscli" >}})
- [Connect with Redis client]({{< relref "/operate/rc/rc-quickstart#using-redis-client" >}})
- [Connect with Redis Insight]({{< relref "/operate/rc/rc-quickstart#using-redisinsight" >}})
Use the [Quick start](/content/operate/rc/rc-quickstart.md) to learn how to create your free database.
- [Connect with redis-cli](/content/operate/rc/rc-quickstart.md#using-rediscli)
- [Connect with Redis client](/content/operate/rc/rc-quickstart.md#using-redis-client)
- [Connect with Redis Insight](/content/operate/rc/rc-quickstart.md#using-redisinsight)

You can also use [Vercel's Redis Cloud integration](https://vercel.com/marketplace/redis-cloud) or [Heroku's Redis Cloud add-on](https://elements.heroku.com/addons/rediscloud) to quickly add a Redis database to your project.

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

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

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

## Security
Manage [secure connections]({{< relref "/operate/rc/security" >}}) to cloud databases.
- [Access management]({{< relref "/operate/rc/security/access-control/access-management" >}}) for Redis Cloud console security and account management
- [Cloud database security]({{< relref "/operate/rc/security/database-security" >}})
- [Multi-factor authentication]({{< relref "/operate/rc/security/access-control/multi-factor-authentication" >}})
- [Single sign-on]({{< relref "/operate/rc/security/access-control/saml-sso" >}}) and [social login]({{< relref "/operate/rc/security/access-control/social-login" >}})
- [Data access control]({{< relref "/operate/rc/security/access-control/data-access-control" >}})
Manage [secure connections](/content/operate/rc/security/_index.md) to cloud databases.
- [Access management](/content/operate/rc/security/access-control/access-management.md) for Redis Cloud console security and account management
- [Cloud database security](/content/operate/rc/security/database-security/_index.md)
- [Multi-factor authentication](/content/operate/rc/security/access-control/multi-factor-authentication.md)
- [Single sign-on](/content/operate/rc/security/access-control/saml-sso/_index.md) and [social login](/content/operate/rc/security/access-control/social-login.md)
- [Data access control](/content/operate/rc/security/access-control/data-access-control/_index.md)

## REST API
Use the [REST API]({{< relref "/operate/rc/api" >}}) to manage Redis Cloud databases and subscriptions.
- [Get started with the REST API]({{< relref "/operate/rc/api/get-started" >}})
- REST API [reference]({{< relref "/operate/rc/api/api-reference" >}}) & [examples]({{< relref "/operate/rc/api/examples" >}})
Use the [REST API](/content/operate/rc/api/_index.md) to manage Redis Cloud databases and subscriptions.
- [Get started with the REST API](/content/operate/rc/api/get-started/_index.md)
- REST API [reference](/content/operate/rc/api/api-reference.md) & [examples](/content/operate/rc/api/examples/_index.md)
- [`redisctl`](https://github.com/redis/redisctl) — a CLI tool that wraps the Redis Cloud and Redis Software APIs for terminal-based management

## Migrate to Redis Cloud
Expand All @@ -72,7 +72,7 @@ Follow the step-by-step guide for your source environment:
- [Memorystore to Azure Managed Redis (AMR)](https://redis.io/tutorials/learn/migration/memorystore-to-azure-managed-redis/) — move your workload from Google Cloud to Azure

## Related info
- [Redis Software]({{< relref "/operate/rs" >}})
- [Develop with Redis]({{< relref "/develop/" >}})
- [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}})
- [Glossary]({{< relref "/glossary" >}})
- [Redis Software](/content/operate/rs/_index.md)
- [Develop with Redis](/content/develop/_index.md)
- [Redis Stack](/content/operate/oss_and_stack/stack-with-enterprise/_index.md)
- [Glossary](/content/glossary/_index.md)
6 changes: 3 additions & 3 deletions content/operate/rc/accounts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ weight: 44

Here, you learn how to manage Redis Cloud accounts and their settings:

- [Manage account settings]({{< relref "/operate/rc/accounts/account-settings" >}})
- [Manage account settings](/content/operate/rc/accounts/account-settings.md)

- [Manage user account and profile]({{< relref "/operate/rc/accounts/user-profile" >}})
- [Manage user account and profile](/content/operate/rc/accounts/user-profile.md)

- [Switch between Redis Cloud accounts]({{< relref "/operate/rc/accounts/user-profile#switch-redis-cloud-accounts" >}})
- [Switch between Redis Cloud accounts](/content/operate/rc/accounts/user-profile.md#switch-redis-cloud-accounts)
10 changes: 5 additions & 5 deletions content/operate/rc/accounts/account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The available tabs depend on your account, and may include:

- The **Account** tab displays basic information associated with your account, including general info, address details, time zone setting, security settings, and provider integration details.

- The **Cloud Account** tab is displayed for accounts with Redis Cloud Bring your own Cloud enabled. To learn more, see [Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/" >}}).
- The **Cloud Account** tab is displayed for accounts with Redis Cloud Bring your own Cloud enabled. To learn more, see [Bring your own Cloud](/content/operate/rc/subscriptions/bring-your-own-cloud/_index.md).

- The **Integrations** tab lets you manage certain integrations.

Expand Down Expand Up @@ -69,9 +69,9 @@ When you change your business address, you must approve the use of the informati

The **Security** section lets you:

- Manage [multi-factor authentication]({{< relref "/operate/rc/security/access-control/multi-factor-authentication" >}}) (MFA) for your Redis Cloud account.
- Manage [multi-factor authentication](/content/operate/rc/security/access-control/multi-factor-authentication.md) (MFA) for your Redis Cloud account.

- Download the [Redis Cloud certificate authority (CA) bundle]({{< relref "/operate/rc/security/database-security/tls-ssl#download-certificates" >}}) as a [PEM](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail) file, which contains the certificates associated with your Redis Cloud account.
- Download the [Redis Cloud certificate authority (CA) bundle](/content/operate/rc/security/database-security/tls-ssl.md#download-certificates) as a [PEM](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail) file, which contains the certificates associated with your Redis Cloud account.

## Time zone settings

Expand All @@ -86,6 +86,6 @@ Select **Save changes** to save your changes or **Discard changes** to revert th
The **Integrations** tab includes settings that help you manage integrations of your Redis Cloud account with other services.

For more details, see:
- [Use the Redis Sink Confluent Connector]({{< relref "/integrate/confluent-with-redis-cloud/" >}})
- [Prometheus and Grafana with Redis Cloud]({{< relref "/integrate/prometheus-with-redis-cloud/" >}})
- [Use the Redis Sink Confluent Connector](/content/integrate/confluent-with-redis-cloud/_index.md)
- [Prometheus and Grafana with Redis Cloud](/content/integrate/prometheus-with-redis-cloud/_index.md)

7 changes: 3 additions & 4 deletions content/operate/rc/accounts/user-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This screen contains up to three sections, including:

If you're using single sign-on authentication, you cannot change the password using the *User Profile* screen. Such accounts are managed by an identity provider (IdP). For help changing (or recovering) the passwords for these accounts, consult your identity provider docs.

- The **Multi-factor authentication (MFA)** section lets you [manage MFA settings]({{< relref "/operate/rc/security/access-control/multi-factor-authentication" >}}) for the current user account.
- The **Multi-factor authentication (MFA)** section lets you [manage MFA settings](/content/operate/rc/security/access-control/multi-factor-authentication.md) for the current user account.

When you activate a mobile device, you can use SMS MFA as a second authentication factor.

Expand All @@ -56,9 +56,8 @@ When your user account is authorized to manage multiple Redis Cloud accounts, ea

To switch accounts, select the desired account from the list shown in the Profile control.

{{< note >}}
To create another Redis Cloud account associated with the same email address, you need to [sign up for Redis Cloud]({{< relref "/operate/rc/rc-quickstart" >}}) again with a plus address of the email address. For many email providers, you can do this by adding `+` and any string to the end of your username. For example, if your address is `example@example.com`, enter `example+account2@example.com`.
{{< /note >}}
> [!NOTE]
> To create another Redis Cloud account associated with the same email address, you need to [sign up for Redis Cloud](/content/operate/rc/rc-quickstart.md) again with a plus address of the email address. For many email providers, you can do this by adding `+` and any string to the end of your username. For example, if your address is `example@example.com`, enter `example+account2@example.com`.

## Save or discard changes

Expand Down
27 changes: 13 additions & 14 deletions content/operate/rc/billing-and-payments/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ The following tabs are available:

{{<image filename="images/rc/billing-payment-method-tab.png" alt="The Payments Methods tab helps you manage payments for your subscriptions." >}}

Select **Add credit card** to enter new credit card details, or **Add marketplace account** to add a [Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) or [AWS Marketplace]({{< relref "/operate/rc/cloud-integrations/aws-marketplace/" >}}) account. See [Set the default credit card](#set-the-default-credit-card) and [Remove a credit card](#remove-a-credit-card).
Select **Add credit card** to enter new credit card details, or **Add marketplace account** to add a [Google Cloud Marketplace](/content/operate/rc/cloud-integrations/gcp-marketplace/_index.md) or [AWS Marketplace](/content/operate/rc/cloud-integrations/aws-marketplace/_index.md) account. See [Set the default credit card](#set-the-default-credit-card) and [Remove a credit card](#remove-a-credit-card).

{{< note >}}
If your account has more than one stored credit card, Redis Cloud shows a banner on login and on the Payment Methods page asking you to remove any cards you're not using: "Please remove any unused cards from your account. You can manage your credit cards anytime from the Billing & Payments page." You can dismiss this banner and continue using the console.
{{< /note >}}
> [!NOTE]
> If your account has more than one stored credit card, Redis Cloud shows a banner on login and on the Payment Methods page asking you to remove any cards you're not using: "Please remove any unused cards from your account. You can manage your credit cards anytime from the Billing & Payments page." You can dismiss this banner and continue using the console.
>

- The **Credits** tab shows coupon credits that have been applied to your account, if any.

Expand Down Expand Up @@ -92,9 +92,9 @@ To add a new credit card:

{{<image filename="images/rc/button-billing-save-card.png" width="150px" alt="Use the Save Card button to save new payment details." >}}

{{< note >}}
If this is the only credit card on your account, Redis Cloud automatically sets it as your default card. While your account has only one stored card, **Add credit card** is unavailable and you can't remove that card; use **Update Card** to change its details instead.
{{< /note >}}
> [!NOTE]
> If this is the only credit card on your account, Redis Cloud automatically sets it as your default card. While your account has only one stored card, **Add credit card** is unavailable and you can't remove that card; use **Update Card** to change its details instead.
>

## Set the default credit card

Expand Down Expand Up @@ -126,7 +126,7 @@ If your account has only one stored credit card, **Remove** is unavailable, beca

## Add marketplace account

If you have a [Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) or [AWS Marketplace]({{< relref "/operate/rc/cloud-integrations/aws-marketplace/" >}}) account already associated with another Redis Account that you own, you can add it to your current account.
If you have a [Google Cloud Marketplace](/content/operate/rc/cloud-integrations/gcp-marketplace/_index.md) or [AWS Marketplace](/content/operate/rc/cloud-integrations/aws-marketplace/_index.md) account already associated with another Redis Account that you own, you can add it to your current account.

{{< embed-md "rc-marketplace-account-add.md" >}}

Expand All @@ -144,17 +144,16 @@ Coupons apply credits to your Redis Cloud account. To redeem a coupon:

For help, contact [Support](https://redis.io/support/).

{{< note >}}
Generally, charges are non-refundable.

For any special circumstances that may warrant a refund, please contact [Support](https://redis.io/support/) and be sure to provide detail about the reasons for the refund request.
{{< /note >}}
> [!NOTE]
> Generally, charges are non-refundable.
>
> For any special circumstances that may warrant a refund, please contact [Support](https://redis.io/support/) and be sure to provide detail about the reasons for the refund request.

## Download cost report

{{< embed-md "rc-cost-report-csv.md" >}}

See [Cost report]({{< relref "/operate/rc/billing-and-payments/cost-report" >}}) and [How to download and visualize the cost report](https://support.redislabs.com/hc/en-us/articles/30042563097874-How-to-Download-and-Visualize-Redis-Cloud-Cost-Report) for more information.
See [Cost report](/content/operate/rc/billing-and-payments/cost-report.md) and [How to download and visualize the cost report](https://support.redislabs.com/hc/en-us/articles/30042563097874-How-to-Download-and-Visualize-Redis-Cloud-Cost-Report) for more information.

## Troubleshoot

Expand Down
Loading
Loading