diff --git a/content/operate/rc/databases/connect/_index.md b/content/operate/rc/databases/connect/_index.md index f8958e27d4..69a0e50bc7 100644 --- a/content/operate/rc/databases/connect/_index.md +++ b/content/operate/rc/databases/connect/_index.md @@ -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. @@ -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 `` and `` 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 `` and `` with your username and password. See [Redis CLI]({{< relref "/develop/tools/cli" >}}) to learn how to use `redis-cli`. diff --git a/content/operate/rc/databases/connect/insight-cloud.md b/content/operate/rc/databases/connect/insight-cloud.md index 479f3f3ebf..36023333b9 100644 --- a/content/operate/rc/databases/connect/insight-cloud.md +++ b/content/operate/rc/databases/connect/insight-cloud.md @@ -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" >}}). @@ -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 {{Keys in a database grouped by namespace.}} - 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) {{Human-readable view of a hash key.}} +- Search by key values using your [search indexes]({{< relref "/develop/ai/search-and-query" >}}) + {{Search for keys using a search index.}} If you don't have any Redis data yet, you can select **Load sample data** to add sample data into your database. @@ -56,8 +59,17 @@ The **Workbench** is an advanced command line interface with intelligent command {{The Workbench}} -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. + +{{The Insights panel}} + +From the **Workbench** of an empty database, select **Explore** to view the **Insights** panel. {{The Explore button}} +You can also select the **Insights** button in the top-right corner to view the **Insights** panel. + +{{The Insights button}} diff --git a/content/operate/rc/rc-quickstart.md b/content/operate/rc/rc-quickstart.md index 6401950feb..a0ed13009b 100644 --- a/content/operate/rc/rc-quickstart.md +++ b/content/operate/rc/rc-quickstart.md @@ -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. diff --git a/static/images/rc/rc-ri-browser-group.png b/static/images/rc/rc-ri-browser-group.png index ce5a595a49..946dac1d79 100644 Binary files a/static/images/rc/rc-ri-browser-group.png and b/static/images/rc/rc-ri-browser-group.png differ diff --git a/static/images/rc/rc-ri-browser-search.png b/static/images/rc/rc-ri-browser-search.png new file mode 100644 index 0000000000..d8e6a364ca Binary files /dev/null and b/static/images/rc/rc-ri-browser-search.png differ diff --git a/static/images/rc/rc-ri-browser-view.png b/static/images/rc/rc-ri-browser-view.png index b0c707290e..f7d8f6d37f 100644 Binary files a/static/images/rc/rc-ri-browser-view.png and b/static/images/rc/rc-ri-browser-view.png differ diff --git a/static/images/rc/rc-ri-cli.png b/static/images/rc/rc-ri-cli.png index e6f90d7d70..fe1581ae02 100644 Binary files a/static/images/rc/rc-ri-cli.png and b/static/images/rc/rc-ri-cli.png differ diff --git a/static/images/rc/rc-ri-explore-button.png b/static/images/rc/rc-ri-explore-button.png index 9c69ce8d18..f26fb927ed 100644 Binary files a/static/images/rc/rc-ri-explore-button.png and b/static/images/rc/rc-ri-explore-button.png differ diff --git a/static/images/rc/rc-ri-insights-button.png b/static/images/rc/rc-ri-insights-button.png new file mode 100644 index 0000000000..06ed6d9359 Binary files /dev/null and b/static/images/rc/rc-ri-insights-button.png differ diff --git a/static/images/rc/rc-ri-insights.png b/static/images/rc/rc-ri-insights.png new file mode 100644 index 0000000000..1d2a9fc23c Binary files /dev/null and b/static/images/rc/rc-ri-insights.png differ diff --git a/static/images/rc/rc-ri-load-data.png b/static/images/rc/rc-ri-load-data.png index f6abe1f3e4..c4f4085e36 100644 Binary files a/static/images/rc/rc-ri-load-data.png and b/static/images/rc/rc-ri-load-data.png differ diff --git a/static/images/rc/rc-ri-workbench.png b/static/images/rc/rc-ri-workbench.png index cf33f78ab4..3d877113d1 100644 Binary files a/static/images/rc/rc-ri-workbench.png and b/static/images/rc/rc-ri-workbench.png differ