diff --git a/content/develop/get-started/img/free-cloud-db.png b/content/develop/get-started/img/free-cloud-db.png index 3336f3353..5c6beaa5f 100644 Binary files a/content/develop/get-started/img/free-cloud-db.png and b/content/develop/get-started/img/free-cloud-db.png differ diff --git a/content/operate/rc/databases/connect/insight-cloud.md b/content/operate/rc/databases/connect/insight-cloud.md index 412ab296f..479f3f3eb 100644 --- a/content/operate/rc/databases/connect/insight-cloud.md +++ b/content/operate/rc/databases/connect/insight-cloud.md @@ -22,7 +22,7 @@ Opening your database with Redis Insight in your browser is currently available To open your database with Redis Insight on Redis Cloud, select **Open with Redis Insight** on the [database screen]({{< relref "/operate/rc/databases/view-edit-database" >}}). -{{Open with Redis Insight}} +{{Open with Redis Insight}} Redis Insight will open in a new tab. diff --git a/content/operate/rc/databases/view-edit-database.md b/content/operate/rc/databases/view-edit-database.md index fc7c01e2e..f5cc75c48 100644 --- a/content/operate/rc/databases/view-edit-database.md +++ b/content/operate/rc/databases/view-edit-database.md @@ -44,14 +44,17 @@ The available settings vary according to your plan, cloud provider, and design c | Setting name | Description | |:--------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Database Name** | The name given to your database | +| **Subscription Name** | The name for the subscription your database is a part of | | **Public endpoint** | Public URI used by any application or client to access the database. | -| **Private endpoint** | Private endpoint URI available to approved clients; use CIDR allow list and VPC peering to enable access (_Redis Cloud Pro only_) | +| **Private endpoint** | Private endpoint URI available to approved clients; use CIDR allow list, VPC peering, or other connectivity options to enable access. (_Redis Cloud Pro only_) | | **Tags** | A list of the [tags]({{< relref "/operate/rc/databases/tag-database" >}}) associated with the database. Select [Manage tags]({{< relref "/operate/rc/databases/tag-database#configuration-tab" >}}) to manage the database tags. | +| **Vendor** | The Cloud vendor hosting your database: AWS, Google Cloud, or Azure. | +| **Region** | The Cloud vendor region hosting your database | | **Type** | Displays 'Redis', 'Redis Stack' or 'memcached' based on the value selected when the database was created | -| **Redis version** | Redis version used to create the database | +| **Redis version** | Redis version of the database | | **Auto Tiering** | Checked when the subscription supports Auto Tiering (_Redis Cloud Pro only_) | -| **Creation time** | Date and time the database was created | | **Active-Active Redis** | Checked when the database is part of an [Active-Active]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}) relationship (_Redis Cloud Pro only_) | +| **Creation time** | Date and time the database was created | | **Last changed** | Date and time of last update | | **Supported Protocol(s)** | Shows which version of RESP the database uses. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details | | **Advanced Capabilites** | This setting appears when an [advanced capability]({{< relref "/operate/rc/databases/configuration/advanced-capabilities" >}}) is enabled for a database | @@ -128,19 +131,10 @@ Actions in the **Danger Zone** are permanent and should not be taken lightly. Here, you can: -- Delete the database. - - Databases must be active and empty before they can be deleted. To learn more, see [Delete a database]({{< relref "/operate/rc/databases/delete-database.md" >}}). - -- Import data into the database. - - When you choose this action, you're asked to specify the source and location of the data to import - - {{The Import data dialog helps you import data into a database.}} +- Delete the database. Databases must be active before they can be deleted. To learn more, see [Delete a database]({{< relref "/operate/rc/databases/delete-database.md" >}}). +- Flush the database (_Active-Active databases only_). - To learn more, see [Import data]({{< relref "/operate/rc/databases/import-data.md" >}}). - -For best results, we recommend backing up data before starting any **Danger Zone** actions. +For best results, we recommend [backing up data]({{< relref "/operate/rc/databases/back-up-data" >}}) before any danger zone actions. ## Manage the database list @@ -156,7 +150,7 @@ You can: {{Use the filter toggle to display filter options.}} - You can filter the list on **Status**, **Subscription**, **Capabilities**, **Options**, and **Tags**. String matches are _not_ case-sensitive. You can specify more than one filter expression at a time. + You can filter the list on **Status**, **Subscription**, **Subscription Type**, **Capabilities**, **Options**, and **Tags**. String matches are _not_ case-sensitive. You can specify more than one filter expression at a time. A list of selected filters appears below the filter types. @@ -164,9 +158,17 @@ You can: {{Use the filter toggle to display filter options.}} +- Select **Columns** to change what information is displayed on the list. + + {{Use the columns toggle to display column options.}} + +- Select the **Export** button to export the current view as a CSV file. + + {{The Export button exports the current list view to CSV.}} + - Sort the list in descending or ascending order using the arrow displayed to right of the field name in the header. Supported fields include **Subscription**, **Database name**, **Memory**, and **Tags**. - {{Use the arrows in the list header to sort the list.}} {{The direction of the arrow corresponds to the direction of the sort.}} + {{Use the arrows in the list header to sort the list.}} {{The direction of the arrow corresponds to the direction of the sort.}} Select the arrow icon to change the sort order. One sort order can be active at any given time. @@ -178,7 +180,7 @@ Sort orders and filter expressions are not saved between console sessions. The **View Database** screen also has tabs that let you view: -- **Metrics**: a series of graphs showing database performance over time. See [Monitor performance]({{< relref "/operate/rc/databases/monitor-performance.md" >}}) +- **Metrics**: a series of graphs showing database performance over time. See [Monitor performance]({{< relref "/operate/rc/databases/monitor-performance" >}}) for more information. - **Slowlog**: a log showing recent [slow queries]({{< relref "/commands/slowlog" >}}) run against your database. The log displays when the action started, the duration, the complexity of the operation, and any parameters passed to the operation. diff --git a/content/operate/rc/rc-quickstart.md b/content/operate/rc/rc-quickstart.md index 94c846014..0cccc47c4 100644 --- a/content/operate/rc/rc-quickstart.md +++ b/content/operate/rc/rc-quickstart.md @@ -62,7 +62,7 @@ If you would rather customize your database, select **See more plans** to go to 1. In the upper corner, an icon shows the current status of the database. If the icon shows an orange clock, this means your database is still being created and its status is _pending_. - {{< image filename="/images/rc/icon-database-update-status-pending.png#no-click" alt="Pending database status" >}}   {{< image filename="/images/rc/icon-database-update-status-active.png#no-click" alt="Active database status" >}} + {{< image filename="/images/rc/icon-database-update-status-pending.png#no-click" alt="Pending database status" class="inline" >}} {{< image filename="/images/rc/icon-database-update-status-active.png#no-click" alt="Active database status" class="inline">}} Once the database has been created, it becomes _active_ and the status indicator switches to a green circle containing a checkmark. @@ -134,7 +134,7 @@ For more information on how to use Redis Insight in your browser, see [Open with 1. [Install Redis Insight]({{< relref "/develop/tools/insight" >}}). -1. Once installed, select **Open with Redis Insight**. +1. Once installed, select **Open in desktop**. 1. A pop-up asks if you wish to open the link with Redis Insight. Select **Open Redis Insight** to connect to your database with Redis Insight. diff --git a/static/images/rc/connection-wizard-button.png b/static/images/rc/connection-wizard-button.png index 01178d48c..59e65c289 100644 Binary files a/static/images/rc/connection-wizard-button.png and b/static/images/rc/connection-wizard-button.png differ diff --git a/static/images/rc/connection-wizard-clients.png b/static/images/rc/connection-wizard-clients.png index a98a1c919..b565c9ac9 100644 Binary files a/static/images/rc/connection-wizard-clients.png and b/static/images/rc/connection-wizard-clients.png differ diff --git a/static/images/rc/connection-wizard.png b/static/images/rc/connection-wizard.png index d91166a1b..59bb82141 100644 Binary files a/static/images/rc/connection-wizard.png and b/static/images/rc/connection-wizard.png differ diff --git a/static/images/rc/database-details-configuration-tab-alerts-flexible.png b/static/images/rc/database-details-configuration-tab-alerts-flexible.png old mode 100755 new mode 100644 index 2843401fb..b23020f37 Binary files a/static/images/rc/database-details-configuration-tab-alerts-flexible.png and b/static/images/rc/database-details-configuration-tab-alerts-flexible.png differ diff --git a/static/images/rc/database-details-configuration-tab-danger-flexible.png b/static/images/rc/database-details-configuration-tab-danger-flexible.png old mode 100755 new mode 100644 index 256c272df..565219ee3 Binary files a/static/images/rc/database-details-configuration-tab-danger-flexible.png and b/static/images/rc/database-details-configuration-tab-danger-flexible.png differ diff --git a/static/images/rc/database-details-configuration-tab-durability-flexible.png b/static/images/rc/database-details-configuration-tab-durability-flexible.png index e2fc8f6ab..17b927d21 100644 Binary files a/static/images/rc/database-details-configuration-tab-durability-flexible.png and b/static/images/rc/database-details-configuration-tab-durability-flexible.png differ diff --git a/static/images/rc/database-details-configuration-tab-general-flexible.png b/static/images/rc/database-details-configuration-tab-general-flexible.png index 45d4afa9b..66e2eaae8 100644 Binary files a/static/images/rc/database-details-configuration-tab-general-flexible.png and b/static/images/rc/database-details-configuration-tab-general-flexible.png differ diff --git a/static/images/rc/database-details-configuration-tab-scalability-flexible.png b/static/images/rc/database-details-configuration-tab-scalability-flexible.png index 13e47c25f..5e91157b1 100644 Binary files a/static/images/rc/database-details-configuration-tab-scalability-flexible.png and b/static/images/rc/database-details-configuration-tab-scalability-flexible.png differ diff --git a/static/images/rc/database-details-configuration-tab-security-flexible.png b/static/images/rc/database-details-configuration-tab-security-flexible.png old mode 100755 new mode 100644 index 434180f9e..fdc7ad6b3 Binary files a/static/images/rc/database-details-configuration-tab-security-flexible.png and b/static/images/rc/database-details-configuration-tab-security-flexible.png differ diff --git a/static/images/rc/database-list-columns.png b/static/images/rc/database-list-columns.png new file mode 100644 index 000000000..ea94c6872 Binary files /dev/null and b/static/images/rc/database-list-columns.png differ diff --git a/static/images/rc/database-list-filter-selected.png b/static/images/rc/database-list-filter-selected.png index 95fdfcf7d..97323f508 100644 Binary files a/static/images/rc/database-list-filter-selected.png and b/static/images/rc/database-list-filter-selected.png differ diff --git a/static/images/rc/database-list-filter.png b/static/images/rc/database-list-filter.png index 01fc3a558..62dbc931b 100644 Binary files a/static/images/rc/database-list-filter.png and b/static/images/rc/database-list-filter.png differ diff --git a/static/images/rc/database-list-search.png b/static/images/rc/database-list-search.png index d458f827d..1cbd02ba5 100644 Binary files a/static/images/rc/database-list-search.png and b/static/images/rc/database-list-search.png differ diff --git a/static/images/rc/icon-database-update-status-active.png b/static/images/rc/icon-database-update-status-active.png old mode 100755 new mode 100644 index 7ab9069ca..62e6b780d Binary files a/static/images/rc/icon-database-update-status-active.png and b/static/images/rc/icon-database-update-status-active.png differ diff --git a/static/images/rc/icon-database-update-status-pending.png b/static/images/rc/icon-database-update-status-pending.png old mode 100755 new mode 100644 index 9771a6eaa..7bd2ddf26 Binary files a/static/images/rc/icon-database-update-status-pending.png and b/static/images/rc/icon-database-update-status-pending.png differ diff --git a/static/images/rc/icon-export-to-csv.png b/static/images/rc/icon-export-to-csv.png new file mode 100644 index 000000000..2298a71f9 Binary files /dev/null and b/static/images/rc/icon-export-to-csv.png differ diff --git a/static/images/rc/quickstart-database-overview.png b/static/images/rc/quickstart-database-overview.png index fa7d3d8b8..508181f1c 100644 Binary files a/static/images/rc/quickstart-database-overview.png and b/static/images/rc/quickstart-database-overview.png differ diff --git a/static/images/rc/quickstart-essentials.png b/static/images/rc/quickstart-essentials.png index 690476646..6ce7a84c1 100644 Binary files a/static/images/rc/quickstart-essentials.png and b/static/images/rc/quickstart-essentials.png differ diff --git a/static/images/rc/quickstart-pro.png b/static/images/rc/quickstart-pro.png index 11cb27ab7..0e9950af8 100644 Binary files a/static/images/rc/quickstart-pro.png and b/static/images/rc/quickstart-pro.png differ diff --git a/static/images/rc/rc-ri-open.png b/static/images/rc/rc-ri-open.png index 5232c5211..0eb92afa5 100644 Binary files a/static/images/rc/rc-ri-open.png and b/static/images/rc/rc-ri-open.png differ diff --git a/static/images/rc/rc-ri-wizard-launch.png b/static/images/rc/rc-ri-wizard-launch.png index 1811ecb01..0cd401977 100644 Binary files a/static/images/rc/rc-ri-wizard-launch.png and b/static/images/rc/rc-ri-wizard-launch.png differ