Is there a standard or de facto standard GUI administration panel for Redis? I'd like to see general health and status of my Redis instances through a web interface. Advanced stuff such as access to logs, trends on memory usage, etc. would be nice but not necessary. I'm running Redis on a Hadoop cluster, in which I enjoy having pages for the JobTracker, NameNode, Ganglia, etc.
There are a few out there, but at first glance they don't seem ready for prime time.
Redis Desktop Manager: Cross-Platform, Pure Desktop GUI It's freely available under the MIT LGPL license. Like most other Redis GUIs, it allows you to connect simultaneously to multiple Redis databases or instances, inspect and modify your data and use an interactive terminal.
When Redis goes down, you have to deal with it. It is the same as if your file system is gone or your SQL Server is down. A lot of those systems disable all writes and set their cluster in maintenance state.
Use SIGINT (Ctrl-C) to stop a MONITOR stream running via redis-cli .
I am a big fan of Redis-Commander
Give a try to Redsmin (long description here). Its a fully online GUI for Redis that provides a lot of features.
It currently offers:
Online configuration (with command override support)
JavaScript API directly accessible from the browser console for light data processing
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With