Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]  [default: 6379]
  --redis-host                    The host 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]
  --auto-reconnect, -a            Optional; Attempt to reconnect.   [boolean]

About

Redis management tool written in node.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors