Skip to content

Commit

Permalink
RC: Redis Insight Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Feb 13, 2025
1 parent c5cddb6 commit cfd4973
Show file tree
Hide file tree
Showing 11 changed files with 119 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,33 @@ The connection wizard provides the following database connection methods:

- [Redis client](#using-redis-client) for your preferred programming language

{{<image filename="images/rc/connection-wizard.png" alt="The connection wizard." >}}
{{<image filename="images/rc/connection-wizard.png" alt="The connection wizard." width=500px >}}

## Redis Insight {#using-redisinsight}

[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that is available for macOS, Windows, and Linux.
[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that lets you visualize your Redis data and learn more about Redis.

You can connect to your database with Redis Insight in two ways:

1. [Open your database in Redis Insight in your browser](#ri-browser).

1. [Download and Install Redis Insight](#ri-app) on Windows, macOS, and Linux.

### Open in your browser {#ri-browser}

{{< note >}}
Opening your database with Redis Insight in your browser is available for Essentials databases hosted on AWS.
{{< /note >}}

To connect to your database with Redis Insight in your browser, select **Open with Redis Insight**.

{{<image filename="images/rc/rc-ri-open.png" alt="Open with Redis Insight" width=200px >}}

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 more information, see [Open with Redis Insight on Redis Cloud]({{< relref "/operate/rc/databases/connect/insight-cloud" >}}).

### Install and open on your computer {#ri-app}

1. If you haven't downloaded Redis Insight, select **Download** under **Redis Insight** in the Connection wizard to download it.

Expand All @@ -62,7 +84,7 @@ The connection wizard provides code snippets to connect to your database with th
- Go using [go-redis]({{< relref "/develop/clients/go" >}})
- PHP using [Predis]({{< relref "/develop/clients/php" >}})

{{<image filename="images/rc/connection-wizard-clients.png" alt="The connection wizard clients." >}}
{{<image filename="images/rc/connection-wizard-clients.png" alt="The connection wizard clients." width=500px >}}

If the username and password are not already filled in, replace `<username>` and `<password>` with your username and password.

Expand Down
62 changes: 62 additions & 0 deletions content/operate/rc/databases/connect/insight-cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
Title: Open with Redis Insight on Redis Cloud
alwaysopen: false
categories:
- docs
- operate
- rc
description: Shows how to open your database in a browser-based version of Redis Insight and lists the features that are available.
hideListLinks: true
linkTitle: Redis Insight on Redis Cloud
weight: 1
---

[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that lets you visualize your Redis data and learn more about Redis.

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 on Redis Cloud is only available for Essentials databases hosted on AWS. 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" >}}).

{{<image filename="images/rc/rc-ri-open.png" alt="Open with Redis Insight" width=200px >}}

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

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

- [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, streams, and [JSON]({{< relref "/develop/data-types/json/" >}})
- 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% >}}

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

{{<image filename="images/rc/rc-ri-load-data.png" alt="Load Sample Data button" width=300px >}}

## CLI and Command Helper

The **CLI** lets you run Redis commands directly.

{{<image filename="images/rc/rc-ri-cli.png" alt="The CLI and command helper" width=75% >}}

The CLI integrates with a **Command Helper** that lets you search and read info about Redis commands.

## Workbench

The **Workbench** is an advanced command line interface with intelligent command auto-complete and complex data visualization support.

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

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


35 changes: 32 additions & 3 deletions content/operate/rc/rc-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,40 @@ The connection wizard provides the following database connection methods:
- [Redis client](#using-redis-client) for your preferred programming language


{{<image filename="images/rc/connection-wizard.png" alt="The connection wizard." >}}
{{<image filename="images/rc/connection-wizard.png" alt="The connection wizard." width=500px >}}

### Redis Insight{#using-redisinsight}

[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that is available for macOS, Windows, and Linux.
[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that lets you visualize your Redis data and learn more about Redis.

You can connect to your database with Redis Insight in two ways:

1. [Open your database in Redis Insight in your browser](#ri-browser).

1. [Download and Install Redis Insight](#ri-app) on Windows, macOS, and Linux.

#### Open in your browser {#ri-browser}

{{< note >}}
Opening your database with Redis Insight in your browser is available for Essentials databases hosted on AWS.
{{< /note >}}

To connect to your database with Redis Insight in your browser, select **Open with Redis Insight**.

{{<image filename="images/rc/rc-ri-open.png" alt="Open with Redis Insight" width=200px >}}

Redis Insight will open in a new tab.

From there, you can:

- Select **Load sample data** to add sample data into your database.
{{<image filename="images/rc/rc-ri-load-data.png" alt="Load Sample Data button" width=300px >}}
- Select **Explore** to learn how to use Redis.
{{<image filename="images/rc/rc-ri-explore-icon.png" alt="The Explore icon" >}}

For more info on how to use Redis Insight in your browser, see [Open with Redis Insight on Redis Cloud]({{< relref "/operate/rc/databases/connect/insight-cloud" >}}).

#### Install and open on your computer {#ri-app}

1. In the connection wizard, under **Redis Insight**, select **Download** to download Redis Insight.

Expand All @@ -122,7 +151,7 @@ The connection wizard provides code snippets to connect to your database with th
- Go using [go-redis]({{< relref "/develop/clients/go" >}})
- PHP using [Predis]({{< relref "/develop/clients/php" >}})

{{<image filename="images/rc/connection-wizard-clients.png" alt="The connection wizard clients." >}}
{{<image filename="images/rc/connection-wizard-clients.png" alt="The connection wizard clients." width=500px >}}

See [Clients]({{< relref "/develop/clients" >}}) to learn how to connect with the official Redis clients.

Expand Down
Binary file added 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-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 added 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 added 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-explore-icon.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-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 added static/images/rc/rc-ri-open.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-workbench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfd4973

Please sign in to comment.