Redis Insight Workbench allows you to leverage the command-line interaction to visualize many Redis Stack capabilities and data structures like
- Search capability
- time series data stucture
- graph data model
- core Redis commands - like COMMAND LIST.
Though, sometimes it may not be enough. For such cases, Workbench supports plugin visualizations that empower you to create your own custom data visualization as a plugin to cover your use cases and work with it in Workbench.
This repository describes the process to create your own data visualizations for Redis Insight Workbench. You can find documentation that describes the entire process here.
You can also look at and try the following examples of plugin visualizations for Workbench:
- CLIENT LIST visualization
- Random key example