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
Browse, filter and visualize your key-value Redis data structures.
31
33
*[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)
33
35
* Group keys according to their namespaces
34
36
35
-
<imgsrc="/docs/stack/insight/images/Browser.png">
37
+
<imgsrc="images/Browser.png">
36
38
37
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.
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.
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.
80
82
81
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.
82
84
83
-
<imgsrc="/docs/stack/insight/images/streams.png">
85
+
<imgsrc="images/streams.png">
84
86
85
87
### Search capabilities
86
88
87
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.
88
90
89
-
<imgsrc="/docs/stack/insight/images/search.png">
91
+
<imgsrc="images/search.png">
90
92
91
93
### Bulk actions
92
94
@@ -95,13 +97,13 @@ Easily and quickly delete multiple keys of the same type and/or with the same ke
95
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.
96
98
Use bulk deletion to optimize the usage of your database based on the results from the Redis database analysis.
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.
0 commit comments