Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 914 Bytes

File metadata and controls

19 lines (13 loc) · 914 Bytes

Introduction to plugins for the Workbench

Introduction

Redis can hold a range of different data types. Visualizing these in a format that’s convenient to you for validation and debugging is paramount. You can now easily extend the core functionality of RedisInsight independently by building your own custom visualization plugin.

Data visualization provided by the plugin is rendered within the Workbench results area and is based on the executed command, ie. a certain Redis command can generate its own custom data visualization.

We have included the following plugin package example for your reference: running the CLIENT LIST command presents the output in a tabular format for easier reading.

Wiki