Redis Cluster supported GUI tool

1,335 views
Skip to first unread message

Dasun Nirmitha

unread,
Mar 14, 2016, 6:02:26 AM3/14/16
to Redis DB
Hello,

Our project is in need of a GUI tool for monitoring and managing a Redis cluster. 
Although there are many solutions available I could not find one that has support for a cluster configuration of Redis.
If anyone's aware of this please let me know it will be really helpful :)

Thank You

AlexanderB

unread,
Mar 14, 2016, 6:02:22 PM3/14/16
to Redis DB
I haven't used one myself, and haven't heard of any good ones. 

I think RedisLabs might have some good tooling of that sort for their RedisEnterprise cluster package, but that's a bit different than a stock open source cluster, and might not be the best fit in your case.

It might still be worth looking into, https://redislabs.com/redis-enterprise

Tuco

unread,
Mar 15, 2016, 1:18:32 AM3/15/16
to Redis DB
One slightly lengthier approach is to have the following.

Create a simple script(may be in python) which does "info" on all the nodes and "cluster info" after connecting to one node every minute, gets the data, and pushes it into the graphite. After that you can use grafana to create the monitoring graphs based on all parameters that you get from the above commands.

The above can be used for monitoring the performance of redis.

Also, you can have another script which does a simple dummy insert, like redis-cli -c -h <host> -p <port> set testkey testVal, and if it fails, the script will send a mail to someone.

A combination of these two can be used to monitor redis...or atleast that is what we have done. 

Dasun Nirmitha

unread,
Mar 15, 2016, 5:11:44 AM3/15/16
to Redis DB
Hello,

Thank you so much for the replies guys. 
I'll look into these and get back with the results soon.

Thank You


On Monday, March 14, 2016 at 3:32:26 PM UTC+5:30, Dasun Nirmitha wrote:

Francois-Guillaume Ribreau

unread,
Mar 21, 2016, 3:38:34 AM3/21/16
to Redis DB
Hello!

We are going to release later today support for "cluster info" monitoring (in addition to the already existing redis info monitoring) inside Redsmin
That should help you out @Dasun monitoring your Redis cluster in one click :)

Francois-Guillaume Ribreau

unread,
Mar 21, 2016, 9:21:15 AM3/21/16
to Redis DB
It's now online @Dasun, next step for us: Cluster Nodes list :)

Alexandr Topilski

unread,
Oct 5, 2017, 11:31:35 AM10/5/17
to Redis DB

Hi you can try FastoRedis.

dian zhou

unread,
Jul 27, 2020, 7:56:18 AM7/27/20
to Redis DB
QuickRedis is the best free redis gui tool I have ever used. Recommend to you: https://github.com/quick123official/quick_redis_blog
Reply all
Reply to author
Forward
0 new messages