agafonovdmitry / redis-commander

Redis management tool written in node.js

Home Page:http://joeferner.github.io/redis-commander/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Commander

Redis management tool written in node.js

Install and Run

$ npm install -g redis-commander
$ redis-commander

Usage

$ redis-commander --help
Options:
  --redis-port                    The port to find redis on.         [string]
  --redis-host                    The host to find redis on.         [string]
  --redis-socket                  The unix-socket to find redis on.  [string]
  --redis-password                The redis password.                [string]
  --redis-db                      The redis database.                [string]
  --http-auth-username, --http-u  The http authorisation username.   [string]
  --http-auth-password, --http-p  The http authorisation password.   [string]
  --port, -p                      The port to run the server on.     [string]  [default: 8081]
  --address, -a                   The address to run the server on   [string]  [default: 0.0.0.0]
  --root-pattern, -rp             The root pattern of the redis keys [string]  [default: *]

About

Redis management tool written in node.js

http://joeferner.github.io/redis-commander/

License:MIT License


Languages

Language:JavaScript 62.6%Language:HTML 27.2%Language:CSS 5.7%Language:PHP 4.5%