From f9cfecd842be40ee9d3a6f518b7775362113be7f Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:05:15 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> --- content/rc/databases/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rc/databases/_index.md b/content/rc/databases/_index.md index 070f5dceb96..6ca6fc9fd67 100644 --- a/content/rc/databases/_index.md +++ b/content/rc/databases/_index.md @@ -50,15 +50,15 @@ These topics provide background details that can help you tailor your databases - [High availability and replication]({{}}): Replication allows for automatic failover and greater fault tolerance. It can prevent data loss in the event of a hardware or zone failure. Learn which options are available for Redis Cloud subscriptions. -- [Advanced Capabilities]({{}}): Advanced capabilities extend Redis database functionality by adding new data types and options. Learn what advanced capability options are available for your database. +- [Advanced Capabilities]({{}}): Advanced capabilities extend Redis database functionality by adding new data types and options. Learn about the advanced capability options that are available for your database. ## 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]({{}}) from the [Redis Cloud console](https://app.redislabs.com/) or [Redis Cloud REST API]({{}}). +Redis Cloud does not support certain commands. Instead of using these commands, Redis Cloud automatically handles features like replication and lets you [manage your database]({{}}) from the [Redis Cloud console](https://app.redislabs.com/) or [Redis Cloud REST API]({{}}). For more details, see: -- [Redis Cloud compatibility with open source Redis]({{}}) +- [Redis Cloud compatibility]({{}}) - [Command compatibility]({{}})