Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Redis Enterprise Cloud -> Redis Cloud that I missed #2946

Merged
merged 1 commit into from
Nov 14, 2023
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
4 changes: 2 additions & 2 deletions content/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ aliases: [ "/rv/",
"/rc/faqs/_index.md" ]

---
[Redis Enterprise Cloud](https://redis.com/redis-enterprise-cloud/overview/) delivers a fully managed Redis database offering hosted on major public cloud services.
[Redis Cloud](https://redis.com/redis-enterprise-cloud/overview/) delivers a fully managed Redis database offering hosted on major public cloud services.

With Redis Enterprise Cloud, you get all of the features of Redis Enterprise, including:
With Redis Cloud, you get all of the features of Redis Enterprise, including:
- [Redis](https://redis.io/) and [Redis Stack]({{<relref "/stack">}}) support
- Linear scalability
- Instant failover, backups, and recovery
Expand Down
2 changes: 1 addition & 1 deletion content/rc/databases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ These topics provide background details that can help you tailor your databases

## Compatibility

Although Redis Cloud follows open source Redis specifications, it does not support certain commands. Instead of using these commands, Redis Cloud automatically handles features like replication and lets you [manage your database]({{<relref "/rc/databases">}}) from the [Redis Cloud console](https://app.redislabs.com/) or [Redis Enterprise Cloud REST API]({{<relref "/rc/api">}}).
Although Redis Cloud follows open source Redis specifications, it does not support certain commands. Instead of using these commands, Redis Cloud automatically handles features like replication and lets you [manage your database]({{<relref "/rc/databases">}}) from the [Redis Cloud console](https://app.redislabs.com/) or [Redis Cloud REST API]({{<relref "/rc/api">}}).

For more details, see:

Expand Down
2 changes: 1 addition & 1 deletion content/rc/databases/create-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases: /rv/administration/setup_and_editing/create-databases/
---
Before creating a Redis Cloud database, you need to [create an account]({{< relref "rc/rc-quickstart.md" >}}) and [create a subscription]({{< relref "rc/subscriptions#common-tasks" >}}).

To create a database in your Redis Enterprise Cloud [subscription]({{< relref "rc/subscriptions/" >}}):
To create a database in your Redis Cloud [subscription]({{< relref "rc/subscriptions/" >}}):

1. Sign in to the [Redis Cloud console](https://app.redislabs.com).

Expand Down
2 changes: 1 addition & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</li>

<li data-nav-id="/rc/" class="dd-item haschildren menu-expanded menu-root">
<a href="{{"rc" | absURL }}">Redis Enterprise Cloud</a>
<a href="{{"rc" | absURL }}">Redis Cloud</a>
</li>

<li data-nav-id="/platforms/" class="dd-item haschildren menu-expanded menu-root">
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ <h6>Customers</h6>
</div>
<div class="column column-block">
<div class="cta">
<p class="cta-title">TRY REDIS ENTERPRISE CLOUD FREE</p>
<p class="cta-text">Redis Enterprise Cloud provides complete automation of day-to-day database operations. Start now with 30MB of free storage.</p></div>
<p class="cta-title">TRY REDIS CLOUD FREE</p>
<p class="cta-text">Redis Cloud provides complete automation of day-to-day database operations. Start now with 30MB of free storage.</p></div>
<p class="cta-btn"><a target="_blank" href="https://redis.com/#signup-modal" class="button pill">Try Now</a></p>
<div>
<div class="social small-only-text-center">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
data-is-click="false">
<div>
<div>
<a class="submenu-section-title">Redis Enterprise Cloud</a>
<a class="submenu-section-title">Redis Cloud</a>
</div>

<ul class="vertical menu submenu is-dropdown-submenu" data-submenu="" aria-hidden="true" role="menu">
Expand Down