A very simple Redis Live Monitor using Node.js
Make sure you have node installed,then
npm install
migaloo.conf:
{
"dbpath": "",
"servers": [
{
"host": "127.0.0.1",
"port": "6380"
}
]
}
nohup node app.js > access.log 2>&1 &