-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
119 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.