Redis-Commander is a node.js web application used to view, edit, and manage a Redis Database.
https://joeferner.github.io/redis-commander/| Installer Source| Releases (json) (tab)
Redis-Commander is a node.js web application used to view, edit, and manage a Redis Database.
https://joeferner.github.io/redis-commander/| Installer Source| Releases (json) (tab)
To update or switch versions, run npm install -g redis-commander@latest
.
These are the files / directories that are created and/or modified with this install:
~/.config/envman/PATH.env
~/.local/opt/node/bin/redis-commander
If node
is not found, it will also be installed.
Web-UI to display and edit data within multiple different Redis servers. It has support for the following data types to view, add, update and delete data:
List available commands:
redis-commander --help
Start redis commander with default settings:
redis-commander
This will open up web app at http://127.0.0.1:8081 and will be connected to local redis server at default port!