Redis Commander is a web-based GUI for managing Redis databases, supporting standalone, Sentinel, and Cluster setups. Version 0.9.0 (latest) is stable but in maintenance mode, with no recent active development. It allows viewing, editing, adding, and deleting data of types: strings, lists, sets, sorted sets, streams, and ReJSON documents. Compared to alternatives like RedisInsight, it is lightweight, self-hosted via npm or Docker, and does not require a desktop application. However, it lacks active updates and may have unpatched issues.
npm install redis-commanderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install and run Redis Commander connecting to local Redis on default port.
Upgrade Node.js to >=12.0.
Pull from ghcr.io/joeferner/redis-commander:latest instead.
Use `npm install -g redis-commander`.
Use `redis-commander --clusters host1:6379,host2:6379` or `--is-cluster --redis-host cluster-host --redis-port 6379`.
Add `--redis-tls` flag and provide CA cert if needed via `--redis-tls-ca-cert`.
Run `npm install -g redis-commander` and ensure npm global bin directory is in PATH.
Start Redis server or specify correct host/port via `--redis-host` and `--redis-port`.
Add `--redis-tls` flag and appropriate TLS options.