
Redis Commander
Web-based GUI for viewing and managing Redis databases
4k stars 504 forks last commit first released MIT
Slowing down
No commits since 11 Sept 2025. Check the issue tracker before you rely on it.

Redis Commander is a lightweight Node.js web application that provides a browser-based interface for inspecting and managing Redis instances. It exposes key browsing, inline editing, a built-in CLI and supports multiple connection methods and deployment options.
Key Features
- Browser-based tree view of Redis keys with expandable namespaces and key-type awareness
- Inline editing and CRUD operations for common Redis data types: strings, lists, sets, sorted sets
- Built-in Redis command-line interface in the browser with tab completion for commands and keys
- Support for multiple connection modes: standalone, Sentinel and Redis Cluster
- TLS options and certificate/key configuration for secure Redis and Sentinel connections
- Basic support for Streams (view/add/delete operations) and limited ReJSON document viewing
- Configuration via files, environment variables or CLI parameters; supports node-config semantics
- Official container image and Docker Compose examples; Kubernetes/Helm deployment examples included
Use Cases
- Quick debugging and exploration of Redis data for developers and operators
- Managing multiple Redis instances (local, staging, production) from a single UI
- Inspecting data structures and running ad-hoc Redis commands during development and troubleshooting
Limitations and Considerations
- Streams and ReJSON support are described as basic in upstream documentation; ReJSON is primarily view-only and Streams functionality is limited to simple view/add/delete operations
- Certain advanced Redis modules/features are not fully surfaced in the UI; administrators may still need direct CLI or module-specific tools for complex tasks
Redis Commander provides a compact, deployable web UI for everyday Redis management tasks, with flexible configuration and container-friendly packaging. It is geared toward developers and operators who need fast, visual access to Redis data without installing a heavy desktop client.
Categories:
Tags:
Tech Stack:
Similar to Redis Commander
Docking Station
Web interface for managing and updating Docker containers
A web app to discover, monitor and update Docker Compose stacks; frontend in Next.js and backend in FastAPI.


JupyterLab
Web-based interactive computing environment for notebooks and code
JupyterLab is an extensible web-based IDE for Jupyter notebooks, code, terminals, and data exploration with rich outputs and a plugin-based interface.
DbGate
Cross-platform SQL & NoSQL database manager
Open-source, cross-platform database client for SQL and NoSQL engines (MySQL, PostgreSQL, SQL Server, MongoDB, Redis, SQLite, etc.), available as desktop apps, web app and Docker.

Cloud Commander
Web-based file manager with built-in console and text editor
Cloud Commander is a web file manager with a two-panel UI, built-in console, and code editor to manage server files and run commands from any browser.


DynamoDB Dashboard
Web GUI for browsing and managing local or remote DynamoDB
Web-based admin GUI to browse, query and manage local or remote Amazon DynamoDB tables. Provides a Vue frontend, Express backend, AWS SDK credential support and Docker deployment.
CapRover
Open-source PaaS that automates Docker app deployment and web serving
CapRover is an open-source platform to deploy, manage and scale apps using Docker and nginx with a web UI and CLI, automatic SSL, one-click databases and clustering support.








