Skip to content

Commit a0195b5

Browse files
authored
Merge pull request #2296 from redis/DOC-5808
RC: Update RI Cloud docs
2 parents e871df7 + ea6a3ce commit a0195b5

File tree

12 files changed

+19
-7
lines changed

12 files changed

+19
-7
lines changed

content/operate/rc/databases/connect/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can connect to your database with Redis Insight in two ways:
4646
### Open in your browser {#ri-browser}
4747

4848
{{< note >}}
49-
Opening your database with Redis Insight in your browser is currently available for some Essentials databases, and will be available to more Essentials databases over time.
49+
Opening your database with Redis Insight in your browser is only available for Essentials databases. For all other databases, [Download and install Redis Insight](#ri-app) on your computer.
5050
{{< /note >}}
5151

5252
If Redis Insight on Redis Cloud is available for your database, select **Launch Redis Insight web** from the connection wizard to open it.
@@ -98,7 +98,7 @@ See [Clients]({{< relref "/develop/clients" >}}) to learn how to connect with th
9898

9999
The [`redis-cli`]({{< relref "/develop/tools/cli" >}}) utility is installed when you install Redis. It provides a command-line interface that lets you work with your database using core [Redis commands]({{< relref "/commands" >}}).
100100

101-
To run `redis-cli`, [install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) on your machine. After it's installed, copy the `redis-cli` command under **Redis CLI** in the connection wizard and enter it into your terminal. If the username and password are not already filled in, replace `<username>` and `<password>` with your username and password.
101+
To run `redis-cli`, [install Redis]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) on your machine. After it's installed, copy the `redis-cli` command under **Redis CLI** in the connection wizard and enter it into your terminal. If the username and password are not already filled in, replace `<username>` and `<password>` with your username and password.
102102

103103
See [Redis CLI]({{< relref "/develop/tools/cli" >}}) to learn how to use `redis-cli`.
104104

content/operate/rc/databases/connect/insight-cloud.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 1
1717
You can either [install Redis Insight]({{< relref "/develop/tools/insight" >}}) on your computer, or you can open your database in Redis Insight directly on Redis Cloud.
1818

1919
{{< note >}}
20-
Opening your database with Redis Insight in your browser is currently available for some Essentials databases, and will be available to more Essentials databases over time. For all other databases, [install Redis Insight]({{< relref "/develop/tools/insight" >}}) on your computer and [open Redis Insight]({{< relref "/operate/rc/databases/connect#ri-app" >}}) from the database page.
20+
Opening your database with Redis Insight in your browser is only available for Essentials databases. For all other databases, [install Redis Insight]({{< relref "/develop/tools/insight" >}}) on your computer and [open Redis Insight]({{< relref "/operate/rc/databases/connect#ri-app" >}}) from the database page.
2121
{{< /note >}}
2222

2323
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" >}}).
@@ -28,15 +28,18 @@ Redis Insight will open in a new tab.
2828

2929
This browser-based version of Redis Insight has a subset of the features of Redis Insight. For other Redis Insight features, [install Redis Insight]({{< relref "/develop/tools/insight" >}}) on your computer and [open Redis Insight]({{< relref "/operate/rc/databases/connect#ri-app" >}}) from the database page.
3030

31-
## Browser
31+
## Browse
3232

33-
The **Browser** lets you browse, filter, and visualize your Redis data structures.
33+
The **Browse** tab lets you browse, filter, and visualize your Redis data structures.
3434

3535
- Create, read, update, and delete lists, hashes, strings, sets, sorted sets, streams, and [JSON]({{< relref "/develop/data-types/json/" >}})
36+
- Filter keys by key name or pattern, and by key type
3637
- Group keys according to their namespaces
3738
{{<image filename="images/rc/rc-ri-browser-group.png" alt="Keys in a database grouped by namespace." width=50% >}}
3839
- View, validate, and manage your key values in a human-readable format using formatters that prettify and highlight data in different formats (for example, Unicode, JSON, MessagePack, HEX, and ASCII)
3940
{{<image filename="images/rc/rc-ri-browser-view.png" alt="Human-readable view of a hash key." width=50% >}}
41+
- Search by key values using your [search indexes]({{< relref "/develop/ai/search-and-query" >}})
42+
{{<image filename="images/rc/rc-ri-browser-search.png" alt="Search for keys using a search index." width=50% >}}
4043

4144
If you don't have any Redis data yet, you can select **Load sample data** to add sample data into your database.
4245

@@ -56,8 +59,17 @@ The **Workbench** is an advanced command line interface with intelligent command
5659

5760
{{<image filename="images/rc/rc-ri-workbench.png" alt="The Workbench" width=75% >}}
5861

59-
Select **Explore** to view interactive tutorials to learn more about Redis and tips to improve your database usage.
62+
## Insights
63+
64+
The **Insights** panel provides interactive tutorials and recommendations to help you optimize your database performance and memory usage.
65+
66+
{{<image filename="images/rc/rc-ri-insights.png" alt="The Insights panel" width=75% >}}
67+
68+
From the **Workbench** of an empty database, select **Explore** to view the **Insights** panel.
6069

6170
{{<image filename="images/rc/rc-ri-explore-button.png" alt="The Explore button" width=200px >}}
6271

72+
You can also select the **Insights** button in the top-right corner to view the **Insights** panel.
73+
74+
{{<image filename="images/rc/rc-ri-insights-button.png" alt="The Insights button" width=200px >}}
6375

content/operate/rc/rc-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can connect to your database with Redis Insight in two ways:
109109
#### Open in your browser {#ri-browser}
110110

111111
{{< note >}}
112-
Opening your database with Redis Insight in your browser is currently available for some Essentials databases, and will be available to more Essentials databases over time.
112+
Opening your database with Redis Insight in your browser is only available for Essentials databases. For all other databases, [Download and install Redis Insight](#ri-app) on your computer.
113113
{{< /note >}}
114114

115115
If Redis Insight on Redis Cloud is available for your database, select **Launch Redis Insight web** from the connection wizard to open it.
34.9 KB
Loading
47.1 KB
Loading
5.14 KB
Loading

static/images/rc/rc-ri-cli.png

130 KB
Loading
2.02 KB
Loading
3.37 KB
Loading
40.5 KB
Loading

0 commit comments

Comments
 (0)