Skip to content

Commit c00e157

Browse files
authored
Merge pull request #1167 from redis/DOC-4825
RC: Redis Insight Cloud
2 parents 29f35d9 + d125a5a commit c00e157

13 files changed

+149
-6
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Title: Redis Cloud changelog (March 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: New features, enhancements, and other changes added to Redis Cloud during
9+
March 2025.
10+
highlights: Redis Insight on Redis Cloud
11+
linktitle: March 2025
12+
weight: 34
13+
---
14+
15+
## New features
16+
17+
### Redis Insight on Redis Cloud
18+
19+
Users with select Redis Cloud Essentials databases can now open a browser-based version of [Redis Insight]({{< relref "/operate/rc/databases/connect/insight-cloud" >}}) directly from Redis Cloud. See [Connect to your database]({{< relref "/operate/rc/databases/connect#ri-browser" >}}) to learn how to open Redis Insight from Redis Cloud.
20+
21+
This browser-based version of Redis Insight has a subset of the features of Redis Insight on desktop. For more information, see [Open with Redis Insight on Redis Cloud]({{< relref "/operate/rc/databases/connect/insight-cloud" >}}).

content/operate/rc/databases/connect.md renamed to content/operate/rc/databases/connect/_index.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,37 @@ The connection wizard provides the following database connection methods:
3131

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

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

3636
## Redis Insight {#using-redisinsight}
3737

38-
[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that is available for macOS, Windows, and Linux.
38+
[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that lets you visualize your Redis data and learn more about Redis.
39+
40+
You can connect to your database with Redis Insight in two ways:
41+
42+
1. [Open your database in Redis Insight in your browser](#ri-browser).
43+
44+
1. [Download and Install Redis Insight](#ri-app) on Windows, macOS, and Linux.
45+
46+
### Open in your browser {#ri-browser}
47+
48+
{{< note >}}
49+
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.
50+
{{< /note >}}
51+
52+
If Redis Insight on Redis Cloud is available for your database, select **Launch Redis Insight web** from the connection wizard to open it.
53+
54+
{{<image filename="images/rc/rc-ri-wizard-launch.png" alt="Launch Redis Insight web from the Connection Wizard." width=500px >}}
55+
56+
You can also select **Launch** from the database page under **View and manage data with Redis Insight** to open Redis Insight in your browser.
57+
58+
{{<image filename="images/rc/rc-ri-open.png" alt="Launch Redis Insight web from the database page." width=500px >}}
59+
60+
Redis Insight will open in a new tab.
61+
62+
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" >}}).
63+
64+
### Install and open on your computer {#ri-app}
3965

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

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

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

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+

content/operate/rc/rc-quickstart.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,44 @@ The connection wizard provides the following database connection methods:
9191
- [Redis client](#using-redis-client) for your preferred programming language
9292

9393

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

9696
### Redis Insight{#using-redisinsight}
9797

98-
[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that is available for macOS, Windows, and Linux.
98+
[Redis Insight]({{< relref "/develop/tools/insight" >}}) is a free Redis GUI that lets you visualize your Redis data and learn more about Redis.
99+
100+
You can connect to your database with Redis Insight in two ways:
101+
102+
1. [Open your database in Redis Insight in your browser](#ri-browser).
103+
104+
1. [Download and Install Redis Insight](#ri-app) on Windows, macOS, and Linux.
105+
106+
#### Open in your browser {#ri-browser}
107+
108+
{{< note >}}
109+
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.
110+
{{< /note >}}
111+
112+
If Redis Insight on Redis Cloud is available for your database, select **Launch Redis Insight web** from the connection wizard to open it.
113+
114+
{{<image filename="images/rc/rc-ri-wizard-launch.png" alt="Launch Redis Insight web from the Connection Wizard." width=500px >}}
115+
116+
You can also select **Launch** from the database page under **View and manage data with Redis Insight** to open Redis Insight in your browser.
117+
118+
{{<image filename="images/rc/rc-ri-open.png" alt="Launch Redis Insight web from the database page." width=500px >}}
119+
120+
Redis Insight will open in a new tab.
121+
122+
From there, you can:
123+
124+
- Select **Load sample data** to add sample data into your database.
125+
{{<image filename="images/rc/rc-ri-load-data.png" alt="Load Sample Data button" width=300px >}}
126+
- Select **Explore** to learn how to use Redis.
127+
{{<image filename="images/rc/rc-ri-explore-icon.png" alt="The Explore icon" >}}
128+
129+
For more information on how to use Redis Insight in your browser, see [Open with Redis Insight on Redis Cloud]({{< relref "/operate/rc/databases/connect/insight-cloud" >}}).
130+
131+
#### Install and open on your computer {#ri-app}
99132

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

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

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

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

42.2 KB
Loading
26.6 KB
Loading

static/images/rc/rc-ri-cli.png

35.4 KB
Loading
2.27 KB
Loading
336 Bytes
Loading

static/images/rc/rc-ri-load-data.png

2.26 KB
Loading

0 commit comments

Comments
 (0)