Skip to content

Commit f9cade9

Browse files
authored
DEV: (RI) update screenshots (part 1) (#2525)
* DEV: (RI) update screenshots (part 1) * DEV: (RI) update screenshots (part 2) * DEV: (RI) update screenshots (part 3) * Apply suggestions from code review
1 parent cee7218 commit f9cade9

File tree

105 files changed

+60
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+60
-74
lines changed

content/develop/tools/insight/_index.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis, m
4040
* Use a form to enter your connection details and add any Redis database running anywhere (including Redis Open Source cluster or sentinel).
4141
* Connect to a Redis Data Integration (RDI) management plane, create, test, and deploy RDI pipelines, and view RDI statistics.
4242

43-
<img src="images/Databases.png">
43+
{{< image filename="images/ri/ri-databases.png" alt="The databases screen" >}}
4444

4545
{{< note >}}
4646
When you add a Redis database for a particular user using the `username` and `password` fields, that user must be able to run the `INFO` command. See the [access control list (ACL) documentation]({{< relref "/operate/oss_and_stack/management/security/acl" >}}) for more information.
@@ -56,9 +56,15 @@ Currently, Redis Copilot provides two primary features: a general chatbot and a
5656

5757
**My data chatbot**: the context-aware chatbot available in Redis Insight lets you construct search queries using everyday language rather than requiring specific programming syntax. This feature lets you query and explore data easily and interactively without extensive technical knowledge.
5858

59+
Before you can use Redis Copilot, you must first sign in and accept the terms of use. Click on the Redis Copilot icon in the top right corner of the Redis Insight window to sign in and accept the terms of use.
60+
61+
{{< image filename="images/ri/ri-redis-copilot-icon.png" alt="The Redis Copilot icon" >}}
62+
63+
{{< image filename="images/ri/ri-redis-copilot-signin.png" alt="The Redis Copilot sign in screen" >}}
64+
5965
Here's an example of using Redis Copilot to search data using a simple, natural language prompt.
6066

61-
<img src="images/copilot-example.png">
67+
{{< image filename="images/ri/ri-redis-copilot-query.png" alt="An example of using Redis Copilot to search data" >}}
6268

6369
See the [Redis Insight Copilot FAQ]({{< relref "/develop/tools/insight/copilot-faq" >}}) for more information.
6470

@@ -69,45 +75,47 @@ Redis Insight includes Redis Data Integration (RDI) connectivity, which allows y
6975
### Browser
7076

7177
Browse, filter and visualize your key-value Redis data structures.
72-
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
73-
* CRUD support for [JSON]({{< relref "/develop/data-types/json/" >}})
74-
* Group keys according to their namespaces
75-
76-
<img src="images/Browser.png">
78+
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams.
79+
* CRUD support for [JSON]({{< relref "/develop/data-types/json/" >}}).
80+
* Group keys according to their namespaces.
7781

7882
* 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) in the Browser tool.
7983

80-
<img src="images/data_formatting.png">
84+
{{< image filename="images/ri/ri-browser.png" alt="The Browser tool" >}}
8185

8286
### Profiler
8387

84-
Analyze every command sent to Redis in real time.
88+
Analyze every command sent to Redis in real time. To use the profiler, click **Profiler** at the bottom left of the screen. It should reveal the profiler window, and there you can start the profiler by clicking on **Start Profiler**.
8589

86-
<img src="images/Profiler.png">
90+
{{< image filename="images/ri/ri-profiler.png" alt="The Profiler tool" >}}
8791

8892
### CLI
8993

90-
The CLI is accessible at any time within the application.
91-
* Employs integrated help to deliver intuitive assistance
94+
The CLI is accessible at any time within the application. To use the CLI, click **>_ CLI** at the bottom left of the screen. It should reveal the CLI window, and there you can start typing Redis [commands]({{< relref "/commands" >}}).
95+
96+
The CLI includes the following features:
97+
98+
* Employs integrated help to deliver intuitive assistance.
9299
* Use together with a convenient command helper that lets you search and read on Redis commands.
93100

94-
<img src="images/CLI.png">
101+
{{< image filename="images/ri/ri-cli.png" alt="The CLI tool" >}}
95102

96103
### Workbench
97104

98105
Workbench is an advanced command line interface with intelligent command auto-complete and complex data visualization support.
106+
99107
* Built-in guides: you can conveniently discover Redis and Redis Open Source features using the built-in guides.
100108
* Command auto-complete support for all features in Redis and Redis Open Source.
101109
* Advanced, schema-aware auto-complete for Redis Query Engine, which provides for faster query building with context-sensitive suggestions that recognize indexes, schemas, and fields based on your current query. Start typing any Redis Query Engine command in to try this feature. See below for an example of an in-progress `FT.SEARCH` command.
102110

103-
<img src="images/Workbench_Search.png">
111+
{{< image filename="images/ri/ri-workbench.png" alt="An example of an in-progress FT.SEARCH command" >}}
104112

105113
Workbench also includes:
106114

107115
* Visualizations of your indexes, queries, and aggregations.
108116
* Visualizations of your [time series]({{< relref "/develop/data-types/timeseries/" >}}) data.
109117

110-
<img src="images/Workbench_TimeSeries.png">
118+
{{< image filename="images/ri/ri-workbench-timeseries.png" alt="Visualizations of time series data" >}}
111119

112120
## Tools
113121

@@ -119,21 +127,21 @@ Use the database analysis tool to optimize the performance and memory usage of y
119127
The database analysis tool will only analyze up to 10,000 keys. If more than 10,000 keys are present, the tool will attempt to use extrapolation in its analysis.
120128
{{< /note >}}
121129

122-
<img src="images/database_analysis.png">
130+
{{< image filename="images/ri/ri-analysis.png" alt="The database analysis tool" >}}
123131

124132
### Redis Streams support
125133

126134
Create and manage streams by adding, removing, and filtering entries per timestamp. To see and work with new entries, enable and customize the automatic refresh rate.
127135

128136
View and manage the list of consumer groups. See existing consumers in a given consumer name as well as the last messages delivered to them. Inspect the list of pending messages, explicitly acknowledge the processed items, or claim unprocessed messages via Redis Insight.
129137

130-
<img src="images/streams.png">
138+
{{< image filename="images/ri/ri-streams.png" alt="Redis Streams support" >}}
131139

132140
### Search features
133141

134142
If you're using the indexing, querying, or full-text search features of Redis Open Source, Redis Insight provides UI controls to quickly and conveniently run search queries against a preselected index. You can also create a secondary index of your data in a dedicated pane.
135143

136-
<img src="images/search.png">
144+
{{< image filename="images/ri/ri-search.png" alt="Search features" >}}
137145

138146
### Bulk actions
139147

@@ -142,13 +150,13 @@ Easily and quickly delete multiple keys of the same type and/or with the same ke
142150
When the bulk deletion is completed, Redis Insight displays the results of this operation with the number of keys processed and the time taken to delete the keys in bulk.
143151
Use bulk deletion to optimize the usage of your database based on the results from the Redis database analysis.
144152

145-
<img src="images/bulk_actions.png">
153+
{{< image filename="images/ri/ri-bulk-actions.png" alt="Bulk actions" >}}
146154

147155
### Slow Log
148156

149157
The Slow Log tool displays the list of logs captured by the SLOWLOG command to analyze all commands that exceed a specified runtime, which helps with troubleshooting performance issues. Specify both the runtime and the maximum length of Slowlog (which are server configurations) to configure the list of commands logged and set the auto-refresh interval to automatically update the list of commands displayed.
150158

151-
<img src="images/slowlog.png">
159+
{{< image filename="images/ri/ri-slow-log.png" alt="Slow Log" >}}
152160

153161
## Plugins
154162

-97.7 KB
Binary file not shown.
-90.4 KB
Binary file not shown.
-81.9 KB
Binary file not shown.
-186 KB
Binary file not shown.
-140 KB
Binary file not shown.
-144 KB
Binary file not shown.
-160 KB
Binary file not shown.
-419 KB
Binary file not shown.
-1020 KB
Binary file not shown.

0 commit comments

Comments
 (0)