You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/connect/insight-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Opening your database with Redis Insight in your browser is currently available
22
22
23
23
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" >}}).
24
24
25
-
{{<imagefilename="images/rc/rc-ri-open.png"alt="Open with Redis Insight"width=200px >}}
25
+
{{<imagefilename="images/rc/rc-ri-open.png"alt="Open with Redis Insight"width=400px >}}
|**Database Name**| The name given to your database |
47
+
|**Subscription Name**| The name for the subscription your database is a part of |
47
48
|**Public endpoint**| Public URI used by any application or client to access the database. |
48
-
|**Private endpoint**| Private endpoint URI available to approved clients; use CIDR allow list and VPC peeringto enable access (_Redis Cloud Pro only_)|
49
+
|**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_) |
49
50
|**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. |
51
+
|**Vendor**| The Cloud vendor hosting your database: AWS, Google Cloud, or Azure. |
52
+
|**Region**| The Cloud vendor region hosting your database |
50
53
|**Type**| Displays 'Redis', 'Redis Stack' or 'memcached' based on the value selected when the database was created |
51
-
|**Redis version**| Redis version used to create the database|
54
+
|**Redis version**| Redis version of the database |
52
55
|**Auto Tiering**| Checked when the subscription supports Auto Tiering (_Redis Cloud Pro only_) |
53
-
|**Creation time**| Date and time the database was created |
54
56
|**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_) |
57
+
|**Creation time**| Date and time the database was created |
55
58
|**Last changed**| Date and time of last update |
56
59
|**Supported Protocol(s)**| Shows which version of RESP the database uses. See [Redis serialization protocol]({{< relref "/develop/reference/protocol-spec" >}}#resp-versions) for details |
57
60
|**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.
128
131
129
132
Here, you can:
130
133
131
-
- Delete the database.
132
-
133
-
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" >}}).
134
-
135
-
- Import data into the database.
136
-
137
-
When you choose this action, you're asked to specify the source and location of the data to import
138
-
139
-
{{<imagefilename="images/rc/database-import-dialog.png"alt="The Import data dialog helps you import data into a database." >}}
134
+
- 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" >}}).
135
+
- Flush the database (_Active-Active databases only_).
140
136
141
-
To learn more, see [Import data]({{< relref "/operate/rc/databases/import-data.md" >}}).
142
-
143
-
For best results, we recommend backing up data before starting any **Danger Zone** actions.
137
+
For best results, we recommend [backing up data]({{< relref "/operate/rc/databases/back-up-data" >}}) before any danger zone actions.
144
138
145
139
## Manage the database list
146
140
@@ -156,17 +150,25 @@ You can:
156
150
157
151
{{<imagefilename="images/rc/database-list-filter.png"alt="Use the filter toggle to display filter options." >}}
158
152
159
-
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.
153
+
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.
160
154
161
155
A list of selected filters appears below the filter types.
162
156
163
157
To remove a filter click the **x** to the right of the name of that filter. To remove all filters, select **Clear all**.
164
158
165
159
{{<imagefilename="images/rc/database-list-filter-selected.png"alt="Use the filter toggle to display filter options." >}}
166
160
161
+
- Select **Columns** to change what information is displayed on the list.
162
+
163
+
{{<imagefilename="images/rc/database-list-columns.png"alt="Use the columns toggle to display column options." >}}
164
+
165
+
- Select the **Export** button to export the current view as a CSV file.
166
+
167
+
{{<imagefilename="images/rc/icon-export-to-csv.png"alt="The Export button exports the current list view to CSV." >}}
168
+
167
169
- 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**.
168
170
169
-
{{<imagefilename="images/rc/icon-database-list-sort-ascending.png"alt="Use the arrows in the list header to sort the list." >}} {{<imagefilename="images/rc/icon-database-list-sort-descending.png"alt="The direction of the arrow corresponds to the direction of the sort." >}}
171
+
{{<imagefilename="images/rc/icon-list-sort-asc.png#no-click"alt="Use the arrows in the list header to sort the list."class="inline">}} {{<imagefilename="images/rc/icon-list-sort-desc.png#no-click"alt="The direction of the arrow corresponds to the direction of the sort."class="inline">}}
170
172
171
173
Select the arrow icon to change the sort order. One sort order can be active at any given time.
172
174
@@ -178,7 +180,7 @@ Sort orders and filter expressions are not saved between console sessions.
178
180
179
181
The **View Database** screen also has tabs that let you view:
180
182
181
-
-**Metrics**: a series of graphs showing database performance over time. See [Monitor performance]({{< relref "/operate/rc/databases/monitor-performance.md" >}})
183
+
-**Metrics**: a series of graphs showing database performance over time. See [Monitor performance]({{< relref "/operate/rc/databases/monitor-performance" >}}) for more information.
182
184
183
185
-**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.
Copy file name to clipboardExpand all lines: content/operate/rc/rc-quickstart.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ If you would rather customize your database, select **See more plans** to go to
62
62
63
63
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_.
0 commit comments