Skip to content

Commit

Permalink
RC New Packaging: Databases landing page (#3205)
Browse files Browse the repository at this point in the history
* Databases landing page

* Apply suggestions from code review

Co-authored-by: mich-elle-luna <[email protected]>

---------

Co-authored-by: mich-elle-luna <[email protected]>
  • Loading branch information
cmilesb and mich-elle-luna authored Mar 21, 2024
1 parent 441537f commit 3f9bbb7
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions content/rc/databases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,51 +8,57 @@ linktitle: "Databases"
aliases:
---

Databases are the heart of any Redis Cloud subscription.
Databases are the heart of any Redis Cloud deployment.

Here's how to perform a variety of tasks:

## Common database tasks

- [Create a database]({{<relref "rc/databases/create-database">}})

- [View and edit databases]({{<relref "rc/databases/view-edit-database.md">}})
- [Create an Essentials database]({{<relref "/rc/databases/create-database/create-essentials-database">}})
- [Create a Pro database with a new subscription]({{<relref "/rc/databases/create-database/create-pro-database-new">}})
- [Create a Pro database in an existing subscription]({{<relref "/rc/databases/create-database/create-pro-database-existing">}})

- [Delete database]({{<relref "rc/databases/delete-database.md">}})
- [View and edit databases]({{<relref "rc/databases/view-edit-database">}})

- [Delete database]({{<relref "rc/databases/delete-database">}})

If you're new to Redis Cloud, see the [Quick Start]({{<relref "rc/rc-quickstart">}}).

## Additional tasks

- [Monitor database performance]({{<relref "rc/databases/monitor-performance.md">}})
- [Monitor database performance]({{<relref "rc/databases/monitor-performance">}})

- [Import data into databases]({{<relref "rc/databases/import-data.md">}})
- [Import data into databases]({{<relref "rc/databases/import-data">}})

- [Back up databases]({{<relref "rc/databases/back-up-data.md">}})
- [Back up databases]({{<relref "rc/databases/back-up-data">}})

- [Secure database access]({{<relref "rc/security/database-security/_index.md">}})
- [Secure database access]({{<relref "rc/security/database-security/">}})

- [Flush database data]({{<relref "rc/databases/flush-data.md">}})
- [Flush database data]({{<relref "rc/databases/flush-data">}})

## Configuration details

These topics provide background details that can help you tailor your databases to better fit your needs.

- [Clustering Redis databases]({{<relref "rc/databases/configuration/clustering.md">}}): Redis Cloud uses clustering to manage very large databases (25 GB and larger). Learn how to manage clustering and how to use hashing policies to manage the process.
- [Clustering Redis databases]({{<relref "rc/databases/configuration/clustering">}}): Redis Cloud uses clustering to manage very large databases (25 GB and larger). Learn how to manage clustering and how to use hashing policies to manage the process.

- [Data eviction policies]({{<relref "rc/databases/configuration/data-eviction-policies">}}): Data eviction policies control what happens when new data exceeds the memory limits of a database. Learn the available policies and how to control them.

- [Data eviction policies]({{<relref "rc/databases/configuration/data-eviction-policies.md">}}): Data eviction policies control what happens when new data exceeds the memory limits of a database. Learn the available policies and how to control them.
- [Data persistence]({{<relref "rc/databases/configuration/data-persistence">}}): Data persistence enables recovery in the event of memory loss or other catastrophic failure. Learn which options are available and how to apply specific settings to individual databases.

- [Data persistence]({{<relref "rc/databases/configuration/data-persistence.md">}}): Data persistence enables recovery in the event of memory loss or other catastrophic failure. Learn which options are available and how to apply specific settings to individual databases.
- [High availability and replication]({{<relref "rc/databases/configuration/high-availability">}}): 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.

- [High availability and replication]({{<relref "rc/databases/configuration/high-availability.md">}}): 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]({{<relref "rc/databases/configuration/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]({{<relref "/rc/databases">}}) from the [Redis Cloud console](https://app.redislabs.com/) or [Redis Cloud REST API]({{<relref "/rc/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]({{<relref "/rc/databases">}}) from the [Redis Cloud console](https://app.redislabs.com/) or [Redis Cloud REST API]({{<relref "/rc/api">}}).

For more details, see:

- [Redis Enterprise compatibility with open source Redis]({{<relref "/rs/references/compatibility">}})
- [Redis Cloud compatibility]({{<relref "/rc/compatibility">}})

- [Command compatibility]({{<relref "/rs/references/compatibility/commands">}})

Expand Down

0 comments on commit 3f9bbb7

Please sign in to comment.