Skip to content

Commit

Permalink
Fix Redis Enterprise Cloud -> Redis Cloud (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb authored Nov 14, 2023
1 parent 1b19201 commit 3db3021
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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

0 comments on commit 3db3021

Please sign in to comment.