Skip to content

sanbit/migaloo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migaloo

A very simple Redis Live Monitor using Node.js

Installation

Make sure you have node installed,then

npm install

Edit the config file

migaloo.conf:

{
  "dbpath": "",
  "servers": [
    {
      "host": "127.0.0.1",
      "port": "6380"
    }
  ]
}

Startup the application

nohup node app.js > access.log 2>&1 &

TODO

About

A Redis Live Monitor using Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published