This is a lightweight web UI to view and inspect a Redis instance. It uses server-side sessions to keep your connection during browsing for convenience.
Tip: Use TLS (SSL) if your Redis endpoint requires it.
This project is open source — feel free to inspect the code on GitHub.
Security & Privacy
Credentials are temporarily stored in the server-side session for your browsing convenience. Use Connect to Another Redis to clear them.
We do not persist credentials to disk in this UI. If you modify the backend, double-check where session data is stored (e.g. filesystem vs redis vs signed cookies).
Prefer TLS (SSL) and local access or an SSH tunnel for sensitive servers.