Skip to content

Commit d95fb32

Browse files
authored
Moves redisinsight to ui (#134)
1 parent b6aae5e commit d95fb32

19 files changed

+16
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
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 renamed to docs/ui/insight/_index.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: RedisInsight
33
linkTitle: RedisInsight
44
description: Visualize and optimize Redis data
55
weight: 3
6+
alias:
7+
- /docs/stack/insight
68
---
79

810
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
@@ -23,34 +25,34 @@ RedisInsight is a powerful tool for visualizing and optimizing data in Redis or
2325
* Discover your databases in Redis Enterprise Cluster and databases with Flexible plans in Redis Cloud.
2426
* Use a form to enter your connection details and add any Redis database running anywhere (including OSS Cluster, Sentinel).
2527

26-
<img src="/docs/stack/insight/images/Databases.png">
28+
<img src="images/Databases.png">
2729

2830
### Browser
2931

3032
Browse, filter and visualize your key-value Redis data structures.
3133
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
32-
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
34+
* CRUD support for [RedisJSON](/docs/stack/json)
3335
* Group keys according to their namespaces
3436

35-
<img src="/docs/stack/insight/images/Browser.png">
37+
<img src="images/Browser.png">
3638

3739
* 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.
3840

39-
<img src="/docs/stack/insight/images/data_formatting.png">
41+
<img src="images/data_formatting.png">
4042

4143
### Profiler
4244

4345
Analyze every command sent to Redis in real time.
4446

45-
<img src="/docs/stack/insight/images/Profiler.png">
47+
<img src="images/Profiler.png">
4648

4749
### CLI
4850

4951
The CLI is accessible at any time within the application.
5052
* Employs integrated help to deliver intuitive assistance
5153
* Use together with a convenient command helper that lets you search and read on Redis commands.
5254

53-
<img src="/docs/stack/insight/images/CLI.png">
55+
<img src="images/CLI.png">
5456

5557
### Workbench
5658

@@ -60,33 +62,33 @@ Advanced command line interface with intelligent command auto-complete and compl
6062
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations.
6163
* Visualizations of your [RedisGraph](https://oss.redis.com/redisgraph/).
6264

63-
<img src="/docs/stack/insight/images/Workbench_Graph.png">
65+
<img src="images/Workbench_Graph.png">
6466

6567
* Visualizations of your [RedisTimeSeries](https://oss.redis.com/redistimeseries/) data.
6668

67-
<img src="/docs/stack/insight/images/Workbench_TimeSeries.png">
69+
<img src="images/Workbench_TimeSeries.png">
6870

6971
## Tools
7072

7173
### Database analysis
7274

7375
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.
7476

75-
<img src="/docs/stack/insight/images/database_analysis.png">
77+
<img src="images/database_analysis.png">
7678

7779
### Redis Streams support
7880

7981
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.
8082

8183
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.
8284

83-
<img src="/docs/stack/insight/images/streams.png">
85+
<img src="images/streams.png">
8486

8587
### Search capabilities
8688

8789
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.
8890

89-
<img src="/docs/stack/insight/images/search.png">
91+
<img src="images/search.png">
9092

9193
### Bulk actions
9294

@@ -95,13 +97,13 @@ Easily and quickly delete multiple keys of the same type and/or with the same ke
9597
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.
9698
Use bulk deletion to optimize the usage of your database based on the results from the Redis database analysis.
9799

98-
<img src="/docs/stack/insight/images/bulk_actions.png">
100+
<img src="images/bulk_actions.png">
99101

100102
### Slow Log
101103

102104
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.
103105

104-
<img src="/docs/stack/insight/images/slowlog.png">
106+
<img src="images/slowlog.png">
105107

106108
## Plugins
107109

File renamed without changes.

0 commit comments

Comments
 (0)