Can I connect to Redis via HTTP urls without loading anything like WebDis

The title basically says everything. I need to connect to my redis server to remotely find the status of my queues, their queue sizes. I wanted now if something like this already exists or not? I would not want to install something to connect like webdis, etc. thanks in advance

+3


source to share


2 answers


No, this is not possible, Redis only offers a telnet connection.



+1


source


Do you want to programmatically access it? Or do you just want a graphical interface?



For a GUI you can try Redsmin so you don't need to install anything else.

0


source







All Articles