Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

User1980's avatar

Any good Redis GUI?

Hi All,

I have just installed Redis and would like to know if there are any good Redis GUI please.

What do you usually use please when you upload Laravel on a remote server?

On my local I use Laragon but it comes with its own GUI

Thank you.

0 likes
8 replies
jlrdw's avatar

There used to be one on https://sourceforge.net, but I don't know if it's still available or not. You could probably search sourceforge. Of course just a suggestion, as I didn't use it, but remember from an old post.

User1980's avatar

Thanks Jlrdw,

I never used Redis via SSH, I just worked it out, all you have to do is:

telnet localhost 6379

then the below command to see the live caching

monitor

Then use any of these commands

This command is great:

info

keys *

Very useful, I am going to save this in my files. https://redis.io/commands

User1980's avatar

thanks Tykus, I checked this one but it looks like it is for local management only(MAc and Windows).

tykus's avatar

You can SSH tunnel into a remote server

User1980's avatar

Thanks, I will have to check it further.

Before Laravel, I used to use query builders which were really cool(massive gain of time and free from errors) like this kind of tool: https://www.devart.com/dbforge/mysql/querybuilder/

Would you know if there is something similar for the DB query builder or eloquent on Laravelplease?

The last time I had to create an enormous eloquent query for a complicated search bar, I struggled......A lot of relations, whereHas, subqueries, it was tough.

Something like this: https://jjlabajo.github.io/SQLtoEloquent/

But with the table GUI so you can move arrows around and connect tables and select different kind of query templates.

LaraBABA's avatar

@jeffreycarre I can barely read this website, the font is absolutely not OK at all. I have never seen this on a website before to be honest.

Please or to participate in this conversation.