Skip to content

Commit 71e3089

Browse files
authored
Merge branch 'main' into ck-linkcheck
2 parents aca647c + c3075bf commit 71e3089

23 files changed

+155
-105
lines changed

dictionary.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Downey
2828
Downey
2929
ETL
3030
EntityStream
31-
EntityStream
3231
FTS
32+
formatters
3333
GCP
3434
GeoLocation
3535
Geospatial
@@ -70,6 +70,8 @@ PeopleControllerV1
7070
PeopleRepository
7171
PeopleService
7272
PowerShell
73+
preselected
74+
product-lifecycle
7375
Profiler
7476
Pydantic
7577
Queryable
@@ -99,6 +101,7 @@ RedisJSON
99101
RedisTimeSeries
100102
SDK
101103
SKU
104+
SLOWLOG
102105
SMS
103106
SRANDMEMBER
104107
SSPL

docs/stack/get-started/tutorials/stack-spring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Redis OM Spring provides a robust repository and custom object-mapping abstracti
1313
## What you’ll need:
1414

1515
* Redis Stack: See [https://redis.io/docs/stack/get-started/install/](https://redis.io/docs/stack/get-started/install/)
16-
* RedisInsight: See [https://redis.io/docs/stack/insight](https://redis.io/docs/stack/insight/)
16+
* RedisInsight: See [https://redis.io/docs/ui/insight](https://redis.io/docs/ui/insight/)
1717
* Your favorite browser
1818
* Java 11 or greater
1919

docs/stack/insight/_index.md

-78
This file was deleted.

docs/ui/insight/_index.md

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: RedisInsight
3+
linkTitle: RedisInsight
4+
description: Visualize and optimize Redis data
5+
weight: 3
6+
alias:
7+
- /docs/stack/insight
8+
---
9+
10+
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
11+
[![Github](https://img.shields.io/static/v1?label=&message=repository&color=5961FF&logo=github)](https://github.com/redisinsight/redisinsight/)
12+
13+
RedisInsight is a powerful tool for visualizing and optimizing data in Redis or Redis Stack, making real-time application development easier and more fun than ever before. RedisInsight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
14+
15+
### Download the latest RedisInsight
16+
17+
* Download the latest RedisInsight [here](https://redis.com/redis-enterprise/redis-insight/)
18+
* [RedisInsight Release Notes](https://github.com/RedisInsight/RedisInsight/releases)
19+
20+
## Overview
21+
22+
### Connection management
23+
24+
* Automatically discover and add your local Redis or Redis Stack databases (that use standalone connection type and do not require authentication).
25+
* Discover your databases in Redis Enterprise Cluster and databases with Flexible plans in Redis Cloud.
26+
* Use a form to enter your connection details and add any Redis database running anywhere (including OSS Cluster, Sentinel).
27+
28+
<img src="images/Databases.png">
29+
30+
### Browser
31+
32+
Browse, filter and visualize your key-value Redis data structures.
33+
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
34+
* CRUD support for [RedisJSON](/docs/stack/json)
35+
* Group keys according to their namespaces
36+
37+
<img src="images/Browser.png">
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) in the Browser tool.
40+
41+
<img src="images/data_formatting.png">
42+
43+
### Profiler
44+
45+
Analyze every command sent to Redis in real time.
46+
47+
<img src="images/Profiler.png">
48+
49+
### CLI
50+
51+
The CLI is accessible at any time within the application.
52+
* Employs integrated help to deliver intuitive assistance
53+
* Use together with a convenient command helper that lets you search and read on Redis commands.
54+
55+
<img src="images/CLI.png">
56+
57+
### Workbench
58+
59+
Advanced command line interface with intelligent command auto-complete and complex data visualizations.
60+
* Built-in guides: you can conveniently discover Redis and Redis Stack capabilities using the built-in guides.
61+
* Command auto-complete support for all capabilities in Redis and Redis Stack.
62+
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations.
63+
* Visualizations of your [RedisGraph](https://oss.redis.com/redisgraph/).
64+
65+
<img src="images/Workbench_Graph.png">
66+
67+
* Visualizations of your [RedisTimeSeries](https://oss.redis.com/redistimeseries/) data.
68+
69+
<img src="images/Workbench_TimeSeries.png">
70+
71+
## Tools
72+
73+
### Database analysis
74+
75+
Use the database analysis tool to optimize the performance and memory usage of your Redis database. Check data type distribution and memory allocation and review the summary of key expiration time and memory to be freed over time. Inspect the top keys and namespaces sorted by consumed memory or key length and count of keys, respectively. Capture and track the changes in your database by viewing historical analysis reports. Next figure shows a sample database analysis report.
76+
77+
<img src="images/database_analysis.png">
78+
79+
### Redis Streams support
80+
81+
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.
82+
83+
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 RedisInsight.
84+
85+
<img src="images/streams.png">
86+
87+
### Search capabilities
88+
89+
If you're using Redis Stack's indexing, querying, or full-text search capabilities, RedisInsight 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.
90+
91+
<img src="images/search.png">
92+
93+
### Bulk actions
94+
95+
Easily and quickly delete multiple keys of the same type and/or with the same key name pattern in bulk. To do so, in the List or Tree view, set filters per key type or key names and open the Bulk Actions section. The section displays a summary of all the keys with the expected number of keys that will be deleted based on the set filters.
96+
97+
When the bulk deletion is completed, RedisInsight displays the results of this operation with the number of keys processed and the time taken to delete the keys in bulk.
98+
Use bulk deletion to optimize the usage of your database based on the results from the Redis database analysis.
99+
100+
<img src="images/bulk_actions.png">
101+
102+
### Slow Log
103+
104+
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.
105+
106+
<img src="images/slowlog.png">
107+
108+
## Plugins
109+
110+
With RedisInsight you can now also extend the core functionality by building your own data visualizations. See our [plugin documentation](https://github.com/RedisInsight/RedisInsight/wiki/Plugin-Documentation) for more information.
111+
112+
## Telemetry
113+
114+
RedisInsight includes an opt-in telemetry system. This help us improve the developer experience of the app. We value your privacy; all collected data is anonymized.
115+
116+
## Feedback
117+
118+
To provide your feedback, [open a ticket in our RedisInsight repository](https://github.com/RedisInsight/RedisInsight/issues/new).
119+
120+
## License
121+
122+
RedisInsight is licensed under [SSPL](https://github.com/RedisInsight/RedisInsight/blob/main/LICENSE) license.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
419 KB
Loading
1.18 MB
Loading
437 KB
Loading

docs/ui/insight/images/search.png

1.01 MB
Loading

docs/ui/insight/images/slowlog.png

442 KB
Loading

docs/ui/insight/images/streams.png

995 KB
Loading

0 commit comments

Comments
 (0)