Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i connect to Redis via http URL hits without having to download anything like WebDis

Tags:

redis

The heading basically says it all. i need to connect to my redis server to find the status of my queues , their queue sizes remotely. I wanted to now if something like that exists already or not? I wouldnt prefer installing something to connect like webdis etc. Thanks in advance

like image 461
GothamGirl Avatar asked Nov 24 '25 06:11

GothamGirl


1 Answers

no thats not possible, Redis only offers a telnet like connection.

like image 135
Tommaso Barbugli Avatar answered Nov 28 '25 15:11

Tommaso Barbugli