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: docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
12
12
importRedisCardfrom'@site/src/theme/RedisCard';
13
13
14
14
15
-
RedisInsight v2.0 is a complete product rewrite based on a new tech stack based on Electron, Elastic UI and Monaco Editor. This version contains a number of must-have and most-used capabilities from previous releases, plus a number of differentiators and delighters.
15
+
RedisInsight v2.0 is a complete product rewrite based on a new tech stack comprising of Electron, Elastic UI and Monaco Editor. This version contains a number of must-have and most-used capabilities from previous releases, plus a number of differentiators and delighters.
16
16
17
17
18
18
<divclass="text--center">
@@ -62,24 +62,24 @@ Click on the RedisInsight executable and install it in your system.
62
62
63
63

64
64
65
-
Once RedisInsight software is installed, click on its icon to open the RedisInsight application. It will open up End-User License Agreement and Privacy Settings. Enable Analytics and Encrypt sensitive information as per your preference.
65
+
Once the RedisInsight software is installed, click on its icon to open the RedisInsight application. It will display the End-User License Agreement and Privacy Settings. Enable Analytics and Encrypt sensitive information as per your preference.
66
66
67
67

68
68
69
-
### Step 3. Changing the appearance
69
+
### Step 3. Changing the Theme
70
70
71
71
RedisInsight v2.x allows you to specify the color theme of your choice. Click on "Settings" and change the appearance from "Dark Theme" to "Light Theme" as shown in the image below:
72
72
73
73

74
74
75
75
76
-
### Step 4. Connect to Redis Database
76
+
### Step 4. Connect to a Redis Database
77
77
78
78
There are multiple ways you can connect to a Redis database - either by creating a new Redis Enterprise Cloud database or connecting to an existing database. To connect to Redis Enterprise Cloud, choose the "Create a Free on Redis Cloud" option.
79
79
80
80

81
81
82
-
Once clicked, it will redirect to [the link](https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight) where you will need to fill-up the form.
82
+
Once clicked, it will redirect to [the link](https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight) where you will need to complete the form.
83
83
84
84

85
85
@@ -102,7 +102,7 @@ Once added, you will see the database added as shown below:
102
102
103
103
### Step 6. Adding a New Key
104
104
105
-
Select "Key" icon on the left sidebar of RedisInsight UI and click "+Key" to add a new key
105
+
Select the "Key" icon on the left sidebar of RedisInsight UI and click "+Key" to add a new key.
106
106
107
107

108
108
@@ -112,7 +112,7 @@ Once added, the dashboard UI shows the hash key details.
112
112
113
113
### Step 7. Accessing the Workbench
114
114
115
-
With the new RedisInsight v2.0, a Workbench has been introduced. Workbench is basically an advanced command-line interface that lets you run commands against your Redis server. Workbench editor allows comments, multi-line formatting and multi-command execution. It is an Intelligent Redis command auto-complete and syntax highlighting with support for RediSearch, RedisJSON, RedisGraph, RedisTimeSeries, RedisGears, RedisAI, RedisBloom. It allows rendering custom data visualization per Redis command using externally developed plugins
115
+
With the new RedisInsight v2.0, a Workbench has been introduced. Workbench is basically an advanced command-line interface that lets you run commands against your Redis server. Workbench editor allows comments, multi-line formatting and multi-command execution. It is an Intelligent Redis command auto-complete and syntax highlighting with support for RediSearch, RedisJSON, RedisGraph, RedisTimeSeries, RedisGears, RedisAI, RedisBloom. It allows rendering custom data visualization per Redis command using externally developed plugins.
116
116
117
117
You can locate the workbench on the left sidebar of RedisInsight dashboard UI. It displays a built-in click-through guides for Redis capabilities. You can also see a number of metrics always on display within the database workspace. These metrics get updated every 5 seconds. The metrics include CPU, number of keys, commands/sec, network input, network output, total memory, number of connected clients.
118
118
@@ -147,7 +147,7 @@ Open [this](https://redis.com/redis-enterprise/redis-insight/#insight-form) link
147
147
148
148

149
149
150
-
Fill out the rest of the form and click “Download.” Please note that the package is based on AppImage. The AppImage file is a compressed image which is temporarily mounted to allow access to the program, but not having to extract the program or modify the underlying system.
150
+
Fill out the rest of the form and click “Download”. Please note that the package is based on AppImage. The AppImage file is a compressed image which is temporarily mounted to allow access to the program, but not having to extract the program or modify the underlying system.
151
151
152
152
153
153
Package Name: RedisInsight-preview-linux.AppImage
@@ -190,7 +190,7 @@ There are multiple ways you can connect to a Redis database - either by creating
190
190
191
191

192
192
193
-
Once clicked, it will redirect to [the link](https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight) where you will need to fill-up the form.
193
+
Once clicked, it will redirect to [the link](https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight) where you will need to complete the form.
194
194
195
195

196
196
@@ -212,7 +212,7 @@ Once added, you will see the database added as shown below:
212
212
213
213
### Step 7. Adding a New Key
214
214
215
-
Select "Key" icon on the left sidebar of RedisInsight UI and click "+Key" to add a new key
215
+
Select the "Key" icon on the left sidebar of RedisInsight UI and click "+Key" to add a new key.
216
216
217
217

218
218
@@ -222,7 +222,7 @@ Once added, the dashboard UI shows the hash key details.
222
222
223
223
### Step 8. Accessing the Workbench
224
224
225
-
With the new RedisInsight v2.0, a Workbench has been introduced. Workbench is basically an advanced command-line interface that lets you run commands against your Redis server. Workbench editor allows comments, multi-line formatting and multi-command execution. It is an Intelligent Redis command auto-complete and syntax highlighting with support for RediSearch, RedisJSON, RedisGraph, RedisTimeSeries, RedisGears, RedisAI, RedisBloom. It allows rendering custom data visualization per Redis command using externally developed plugins
225
+
With the new RedisInsight v2.0, a Workbench has been introduced. Workbench is basically an advanced command-line interface that lets you run commands against your Redis server. Workbench editor allows comments, multi-line formatting and multi-command execution. It is an Intelligent Redis command auto-complete and syntax highlighting with support for RediSearch, RedisJSON, RedisGraph, RedisTimeSeries, RedisGears, RedisAI, RedisBloom. It allows rendering custom data visualization per Redis command using externally developed plugins.
226
226
227
227
You can locate the workbench on the left sidebar of RedisInsight dashboard UI. It displays a built-in click-through guides for Redis capabilities. You can also see a number of metrics always on display within the database workspace. These metrics get updated every 5 seconds. The metrics include CPU, number of keys, commands/sec, network input, network output, total memory, number of connected clients.
228
228
@@ -264,14 +264,14 @@ Once you download the bits, double-click the file 'RedisInsight-preview-win-inst
264
264
265
265
Double-click on RedisInsight icon to access RedisInsight.
266
266
267
-
### Step 4. Changing the appearance
267
+
### Step 4. Changing the Theme
268
268
269
269
RedisInsight v2.x allows you to specify the color theme of your choice. Click on "Settings" and change the appearance from "Dark Theme" to "Light Theme" as shown in the image below:
270
270
271
271

272
272
273
273
274
-
### Step 5. Add Redis database
274
+
### Step 5. Add a Redis Database
275
275
276
276
Enter the requested details, including Host (endpoint), Port, and Alias in the form, as shown below. You can skip username for now. Then click “ADD REDIS DATABASE”:
277
277
@@ -284,7 +284,7 @@ Once added, you will see the database added as shown below:
284
284
285
285
### Step 6. Adding a New Key
286
286
287
-
Select "Key" icon on the left sidebar of RedisInsight UI and click "+Key" to add a new key
287
+
Select the "Key" icon on the left sidebar of RedisInsight UI and click "+Key" to add a new key.
0 commit comments