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: README.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Introduction
2
2
3
3
Tutorials are interactive documents that contain helpful use cases, comments, and related demonstrations of Redis features to help you level up your Redis game.
4
-
You can use RedisInsight's built-in tutorials to explore powerful Redis capabilities or create custom tutorials to present your experience using RedisInsight and share them with others.
4
+
You can use Redis Insight built-in tutorials to explore powerful Redis capabilities or create custom tutorials to present your experience using Redis Insight and share them with others.
5
5
6
6
This page provides an overview of the Tutorials structure and its elements. It also contains instructions, recommendations, and best practices for creating, updating and sharing Tutorials.
7
7
@@ -27,7 +27,7 @@ Tutorials should be combined into a .zip archive that contains the following:
27
27
## Examples
28
28
If you are interested in creating your own tutorials and would like to understand how they work, you can start with the following steps:
29
29
- Download this example.
30
-
- Open RedisInsight.
30
+
- Open Redis Insight.
31
31
- Navigate to the Insights panel (top right corner).
32
32
- Find the "My Tutorials" section on the "Explore" tab.
33
33
- Click the "Upload Tutorial" button and select the example.
@@ -59,7 +59,7 @@ If you would like to add a button to run commands, use a Redis Code block that i
59
59
Basic [markdown syntax](https://www.markdownguide.org/basic-syntax/#images-1) provides the ability to render images.
60
60
61
61
To render images, you need to provide either an external URL to these images or a relative path to a folder inside of your tutorials.
62
-
The folder with images can have any name, but it is recommended to start it with an underscore (_) or a dot (.) to avoid displaying it in RedisInsight in cases when the [manifest](#Manifest) is automatically generated.
62
+
The folder with images can have any name, but it is recommended to start it with an underscore (_) or a dot (.) to avoid displaying it in Redis Insight in cases when the [manifest](#Manifest) is automatically generated.
63
63
64
64
Use the following logic to specify a relative path:
65
65
@@ -76,7 +76,7 @@ For example:
76
76
## Manifest
77
77
78
78
`manifest.json` is an optional file that describes the structure and behavior of Tutorials.
79
-
If not specified, then RedisInsight will use the following logic:
79
+
If not specified, then Redis Insight will use the following logic:
80
80
81
81
1. the tutorial name is defined based on the name of the `.zip` archive
82
82
2. Page names are defined based on the file names in the `.zip` archive
@@ -91,11 +91,11 @@ below (it will be displayed as type "group"):
| label (**required**) | string | Label that will be displayed on UI for Node |
93
93
| children (**required**) | Node[]| List of Nodes (nested groups or markdown files) |
94
-
| type || Can be skipped - RedisInsight will always use the "group" parameter |
95
-
| author | string |_Not required, not displayed in RedisInsight_<br/> Author name |
96
-
| URL | string |_Not required, not displayed in RedisInsight_<br/> link to repository/web-site |
97
-
| industry | string[]|_Not required, not displayed in RedisInsight_<br/> tags to show relevant industry |
98
-
| description | string |_Not required, not displayed in RedisInsight_<br/> short description of tutorials |
94
+
| type || Can be skipped - Redis Insight will always use the "group" parameter |
95
+
| author | string |_Not required, not displayed in Redis Insight_<br/> Author name |
96
+
| URL | string |_Not required, not displayed in Redis Insight_<br/> link to repository/web-site |
97
+
| industry | string[]|_Not required, not displayed in Redis Insight_<br/> tags to show relevant industry |
98
+
| description | string |_Not required, not displayed in Redis Insight_<br/> short description of tutorials |
99
99
100
100
Each Node requires a `label`,`type` (all available properties are described in the table below).
101
101
@@ -120,7 +120,7 @@ A Node can be represented by various UI components and is specified by `type` pr
120
120
121
121
## Bulk Upload From Tutorials
122
122
123
-
You can upload sample data sets in bulk from your custom RedisInsight tutorials.
123
+
You can upload sample data sets in bulk from your custom Redis Insight tutorials.
124
124
To do so, you will need to:
125
125
- create a text file with the list of Redis commands
126
126
- add this file to the archive with your custom tutorials
@@ -139,8 +139,8 @@ The following syntax describes the `redis-upload` button:
139
139
**Notes:**
140
140
141
141
* use only a relative path to the text file inside the tutorial folder
142
-
* it is recommended to start the folder name with the text file from a dot (*.*) or underscore (*_*), so in the cases when the `manifest,json` file is automatically generated, RedisInsight will ignore this folder and not display it in your custom tutorial
143
-
* all the files included in your custom tutorials will be stored inside the RedisInsight folder as long as the tutorials exist in RedisInsight, so instead of including large text files in your custom tutorials, consider using Bulk Upload in Browser
142
+
* it is recommended to start the folder name with the text file from a dot (*.*) or underscore (*_*), so in the cases when the `manifest,json` file is automatically generated, Redis Insight will ignore this folder and not display it in your custom tutorial
143
+
* all the files included in your custom tutorials will be stored inside the Redis Insight folder as long as the tutorials exist in Redis Insight, so instead of including large text files in your custom tutorials, consider using Bulk Upload in Browser
144
144
145
145
**Example:**
146
146
@@ -176,7 +176,7 @@ as an absolute path from the tutorial folder.
176
176
## Advanced
177
177
178
178
You can customize the run parameters to configure the raw mode, pipeline parameter and group mode. If specified, they will override
179
-
the configuration set in RedisInsight. If not specified - the behaviour will be defined by parameters set in RedisInsight.
179
+
the configuration set in Redis Insight. If not specified - the behaviour will be defined by parameters set in Redis Insight.
180
180
To specify the parameters, insert them after the `redis:` and add the parameters in square brackets separated with a semicolon (`;`) in
181
181
the following way:
182
182
@@ -193,8 +193,8 @@ _Supported parameters:_
193
193
| results | * _single_<br/>*_group_<br/>*_silent_| If enabled, then pipeline mode is ignored | * _single_ - Disable the group mode to display the command results in a batch or as separate ones.<br/>*_group_ - Enable the group mode <br/>*_silent_: <br/>  1. Enable the group mode <br/>  2. Auto collapse the result <br/>  3. Show only error commands in the results. |
194
194
| mode | * _ascii_<br/>*_raw_|| Enable/disable the raw mode to display command results. |
195
195
| pipeline | any integer number || Configure the number of commands in the pipeline. 0 or 1 pipelines every command. |
196
-
| run_confirmation | * _true_| If set to _true_, RedisInsight will display confirmation dialog to run the commands | Enabling this parameter shows for particular query confirmation dialog. |
197
-
| executable | * _false_| If set to _false_, RedisInsight will not display the "Run" button and will not the command to be executed, although the syntax will be highlighted. | Defines if the "Run" button will be displayed to run the command. |
196
+
| run_confirmation | * _true_| If set to _true_, Redis Insight will display confirmation dialog to run the commands | Enabling this parameter shows for particular query confirmation dialog. |
197
+
| executable | * _false_| If set to _false_, Redis Insight will not display the "Run" button and will not the command to be executed, although the syntax will be highlighted. | Defines if the "Run" button will be displayed to run the command. |
0 commit comments