DEV Community

JING CHEN
JING CHEN

Posted on

An exciting Redis Desktop GUI

An exciting Redis Desktop GUI

Download: https://www.redisant.com/

View Your Redis Health Metrics in Real Time

Redis Assistant provides a dashboard feature that allows you to monitor the status of your Redis service in real time, visualizing various health metrics including the number of keys in your database, throughput, performance, memory usage, etc.

image1.png

Rich Data Format Support

Redis Assistant automatically recognizes and formats different data formats, including Text, JSON, XML, HEX, and MessagePack, making it easy to manage all your data.

image2.png

Analyze your Redis memory usage

Redis Assistant can help you keep track of your entire database memory usage, or analyze only keys that match a specific pattern, making it a great helper for troubleshooting

image3.png

Slow Query Logs

Slow query logs (slow query ID, occurrence timestamp, time taken, command details) help development and operations staff to quickly locate bottlenecks in the system

image4.png

Built-in Console

The Redis Assistant provides a shell that allows you to execute various redis commands and provides a help manual for easy access

image5.png

Lua Scripting

With Redis Assistant, you can easily edit and execute Lua scripts: execute, terminate, clear Lua cache, load this into cache, search for scripts

image6.png

  • Keys and fields CRUD and glob
  • Supports both list view and tree view of keys
  • Support for replicating data across libraries
  • Support master-slave mode, sentry mode, cluster mode
  • Works with strings, lists, hashes, collections, ordered collections, streams
  • Execute commands via shell
  • Delete multiple keys matching glob format
  • Beautiful user interface allows users to manage all data in a pleasant way

Top comments (0)