Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/operate/rc/databases/connect/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can connect to your database with Redis Insight in two ways:
### Open in your browser {#ri-browser}

{{< note >}}
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.
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.
{{< /note >}}

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

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" >}}).

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.
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.

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

Expand Down
20 changes: 16 additions & 4 deletions content/operate/rc/databases/connect/insight-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ weight: 1
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.

{{< note >}}
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.
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.
{{< /note >}}

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

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.

## Browser
## Browse

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

- Create, read, update, and delete lists, hashes, strings, sets, sorted sets, streams, and [JSON]({{< relref "/develop/data-types/json/" >}})
- Filter keys by key name or pattern, and by key type
- Group keys according to their namespaces
{{<image filename="images/rc/rc-ri-browser-group.png" alt="Keys in a database grouped by namespace." width=50% >}}
- 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)
{{<image filename="images/rc/rc-ri-browser-view.png" alt="Human-readable view of a hash key." width=50% >}}
- Search by key values using your [search indexes]({{< relref "/develop/ai/search-and-query" >}})
{{<image filename="images/rc/rc-ri-browser-search.png" alt="Search for keys using a search index." width=50% >}}

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

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

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

Select **Explore** to view interactive tutorials to learn more about Redis and tips to improve your database usage.
## Insights

The **Insights** panel provides interactive tutorials and recommendations to help you optimize your database performance and memory usage.

{{<image filename="images/rc/rc-ri-insights.png" alt="The Insights panel" width=75% >}}

From the **Workbench** of an empty database, select **Explore** to view the [**Insights** panel](#insights).

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

You can also select the **Insights** button in the top-right corner to view the **Insights** panel.

{{<image filename="images/rc/rc-ri-insights-button.png" alt="The Insights button" width=200px >}}

2 changes: 1 addition & 1 deletion content/operate/rc/rc-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can connect to your database with Redis Insight in two ways:
#### Open in your browser {#ri-browser}

{{< note >}}
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.
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.
{{< /note >}}

If Redis Insight on Redis Cloud is available for your database, select **Launch Redis Insight web** from the connection wizard to open it.
Expand Down
Binary file modified static/images/rc/rc-ri-browser-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/rc/rc-ri-browser-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/rc-ri-browser-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/rc-ri-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/rc-ri-explore-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/rc/rc-ri-insights-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/rc/rc-ri-insights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/rc-ri-load-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/rc-ri-workbench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.