Skip to content

Commit 9816b79

Browse files
committed
2 parents 7315c4c + 5d9de5a commit 9816b79

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1212
import RedisCard from '@site/src/theme/RedisCard';
1313

1414

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.
1616

1717

1818
<div class="text--center">
@@ -62,24 +62,24 @@ Click on the RedisInsight executable and install it in your system.
6262

6363
![My Image](images/image2.png)
6464

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.
6666

6767
![My Image](images/image3.png)
6868

69-
### Step 3. Changing the appearance
69+
### Step 3. Changing the Theme
7070

7171
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:
7272

7373
![My Image](images/image_appearance.png)
7474

7575

76-
### Step 4. Connect to Redis Database
76+
### Step 4. Connect to a Redis Database
7777

7878
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.
7979

8080
![My Image](images/image31.png)
8181

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.
8383

8484
![My Image](images/image41.png)
8585

@@ -102,7 +102,7 @@ Once added, you will see the database added as shown below:
102102

103103
### Step 6. Adding a New Key
104104

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.
106106

107107
![My Image](images/image_71.png)
108108

@@ -112,7 +112,7 @@ Once added, the dashboard UI shows the hash key details.
112112

113113
### Step 7. Accessing the Workbench
114114

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.
116116

117117
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.
118118

@@ -147,7 +147,7 @@ Open [this](https://redis.com/redis-enterprise/redis-insight/#insight-form) link
147147

148148
![My Image](images/image21.png)
149149

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.
151151

152152

153153
Package Name: RedisInsight-preview-linux.AppImage
@@ -190,7 +190,7 @@ There are multiple ways you can connect to a Redis database - either by creating
190190

191191
![My Image](images/image31.png)
192192

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.
194194

195195
![My Image](images/image41.png)
196196

@@ -212,7 +212,7 @@ Once added, you will see the database added as shown below:
212212

213213
### Step 7. Adding a New Key
214214

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.
216216

217217
![My Image](images/image_71.png)
218218

@@ -222,7 +222,7 @@ Once added, the dashboard UI shows the hash key details.
222222

223223
### Step 8. Accessing the Workbench
224224

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.
226226

227227
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.
228228

@@ -264,14 +264,14 @@ Once you download the bits, double-click the file 'RedisInsight-preview-win-inst
264264

265265
Double-click on RedisInsight icon to access RedisInsight.
266266

267-
### Step 4. Changing the appearance
267+
### Step 4. Changing the Theme
268268

269269
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:
270270

271271
![My Image](images/image_appearance.png)
272272

273273

274-
### Step 5. Add Redis database
274+
### Step 5. Add a Redis Database
275275

276276
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”:
277277

@@ -284,7 +284,7 @@ Once added, you will see the database added as shown below:
284284

285285
### Step 6. Adding a New Key
286286

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.
288288

289289
![My Image](images/image_71.png)
290290

0 commit comments

Comments
 (0)