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