
Redis Commander
Web-based GUI for viewing and managing Redis databases

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 Services

Valkey
High-performance key/value datastore for caching and real-time workloads
Valkey is an open-source, Redis-compatible key/value datastore optimized for caching, queues, and other real-time workloads, with clustering, replication, and extensibili...

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 an...


Kinto
Minimalist JSON document store with sharing and synchronization
Kinto is a lightweight JSON document store with an HTTP API, built-in permissions, sharing, and client synchronization, designed for offline-first and distributed apps.

Para
Open-source multitenant backend framework for web and mobile apps
Para is an open-source, Java-based multitenant backend framework providing a RESTful JSON API, full-text search, distributed caching, and flexible authentication for web,...


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 de...
Redict
Distributed in-memory key/value datastore compatible with Redis OSS
Redict is a distributed key/value datastore (a Redis OSS 7.2.4 fork) for caching, queues, and fast data access with clustering, replication, and optional TLS.

JavaScript
Express
Redis
HTML
Docker
CSS
npm
Node.js