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: docs/plugins/introduction.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,17 @@
1
1
# Introduction to plugins for the Workbench
2
2
3
-
Plugins allow the customization of visualizations for Redis commands executed
4
-
in the Workbench inside the RedisInsight.
3
+
## Introduction
4
+
5
+
Redis can hold a range of different data types. Visualizing these in a
6
+
format that’s convenient to you for validation and debugging is paramount.
7
+
You can now easily extend the core functionality of RedisInsight independently by
8
+
building your own custom visualization plugin.
9
+
10
+
Data visualization provided by the plugin is rendered within the
11
+
Workbench results area and is based on the executed command, ie. a certain
12
+
Redis command can generate its own custom data visualization.
13
+
14
+
We have included the following [plugin package example](https://github.com/RedisInsight/RedisInsight/tree/main/redisinsight/ui/src/packages/clients-list-example) for your reference: running the CLIENT LIST command presents the output in a tabular format for easier reading.
0 commit comments