You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/connect/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ You can connect to your database with Redis Insight in two ways:
46
46
### Open in your browser {#ri-browser}
47
47
48
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.
49
+
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.
50
50
{{< /note >}}
51
51
52
52
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
98
98
99
99
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" >}}).
100
100
101
-
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 `<username>` and `<password>` with your username and password.
101
+
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 `<username>` and `<password>` with your username and password.
102
102
103
103
See [Redis CLI]({{< relref "/develop/tools/cli" >}}) to learn how to use `redis-cli`.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/connect/insight-cloud.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ weight: 1
17
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
18
19
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.
20
+
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.
21
21
{{< /note >}}
22
22
23
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" >}}).
@@ -28,15 +28,18 @@ Redis Insight will open in a new tab.
28
28
29
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
30
31
-
## Browser
31
+
## Browse
32
32
33
-
The **Browser** lets you browse, filter, and visualize your Redis data structures.
33
+
The **Browse** tab lets you browse, filter, and visualize your Redis data structures.
34
34
35
35
- Create, read, update, and delete lists, hashes, strings, sets, sorted sets, streams, and [JSON]({{< relref "/develop/data-types/json/" >}})
36
+
- Filter keys by key name or pattern, and by key type
36
37
- Group keys according to their namespaces
37
38
{{<imagefilename="images/rc/rc-ri-browser-group.png"alt="Keys in a database grouped by namespace."width=50% >}}
38
39
- 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
40
{{<imagefilename="images/rc/rc-ri-browser-view.png"alt="Human-readable view of a hash key."width=50% >}}
41
+
- Search by key values using your [search indexes]({{< relref "/develop/ai/search-and-query" >}})
42
+
{{<imagefilename="images/rc/rc-ri-browser-search.png"alt="Search for keys using a search index."width=50% >}}
40
43
41
44
If you don't have any Redis data yet, you can select **Load sample data** to add sample data into your database.
42
45
@@ -56,8 +59,17 @@ The **Workbench** is an advanced command line interface with intelligent command
Copy file name to clipboardExpand all lines: content/operate/rc/rc-quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ You can connect to your database with Redis Insight in two ways:
109
109
#### Open in your browser {#ri-browser}
110
110
111
111
{{< note >}}
112
-
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.
112
+
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.
113
113
{{< /note >}}
114
114
115
115
If Redis Insight on Redis Cloud is available for your database, select **Launch Redis Insight web** from the connection wizard to open it.
0 commit comments