|
| 1 | +--- |
| 2 | +Title: Use Redis Insight on Redis Cloud |
| 3 | +alwaysopen: false |
| 4 | +categories: |
| 5 | +- docs |
| 6 | +- operate |
| 7 | +- rc |
| 8 | +- redisinsight |
| 9 | +description: Shows how to open your database in a browser-based version of Redis Insight and lists the features that are available. |
| 10 | +hideListLinks: true |
| 11 | +linkTitle: Redis Insight on Redis Cloud |
| 12 | +weight: 1 |
| 13 | +--- |
| 14 | + |
| 15 | +[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that lets you visualize your Redis data and learn more about Redis. |
| 16 | + |
| 17 | +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. |
| 18 | + |
| 19 | +{{< 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. |
| 21 | +{{< /note >}} |
| 22 | + |
| 23 | +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" >}}). |
| 24 | + |
| 25 | +{{<image filename="images/rc/rc-ri-open.png" alt="Open with Redis Insight" width=200px >}} |
| 26 | + |
| 27 | +Redis Insight will open in a new tab. |
| 28 | + |
| 29 | +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. |
| 30 | + |
| 31 | +## Browser |
| 32 | + |
| 33 | +The **Browser** lets you browse, filter, and visualize your Redis data structures. |
| 34 | + |
| 35 | +- Create, read, update, and delete lists, hashes, strings, sets, sorted sets, streams, and [JSON]({{< relref "/develop/data-types/json/" >}}) |
| 36 | +- Group keys according to their namespaces |
| 37 | + {{<image filename="images/rc/rc-ri-browser-group.png" alt="Keys in a database grouped by namespace." width=50% >}} |
| 38 | +- 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) |
| 39 | + {{<image filename="images/rc/rc-ri-browser-view.png" alt="Human-readable view of a hash key." width=50% >}} |
| 40 | + |
| 41 | +If you don't have any Redis data yet, you can select **Load sample data** to add sample data into your database. |
| 42 | + |
| 43 | +{{<image filename="images/rc/rc-ri-load-data.png" alt="Load Sample Data button" width=300px >}} |
| 44 | + |
| 45 | +## CLI and Command Helper |
| 46 | + |
| 47 | +The **CLI** lets you run Redis commands directly. |
| 48 | + |
| 49 | +{{<image filename="images/rc/rc-ri-cli.png" alt="The CLI and command helper" width=75% >}} |
| 50 | + |
| 51 | +The CLI integrates with a **Command Helper** that lets you search and read information about Redis commands. |
| 52 | + |
| 53 | +## Workbench |
| 54 | + |
| 55 | +The **Workbench** is an advanced command line interface with intelligent command auto-complete and complex data visualization support. |
| 56 | + |
| 57 | +{{<image filename="images/rc/rc-ri-workbench.png" alt="The Workbench" width=75% >}} |
| 58 | + |
| 59 | +Select **Explore** to view interactive tutorials to learn more about Redis and tips to improve your database usage. |
| 60 | + |
| 61 | +{{<image filename="images/rc/rc-ri-explore-button.png" alt="The Explore button" width=200px >}} |
| 62 | + |
| 63 | + |
0 commit comments