A realtime redis dashboard for your redis setup.
git clone https://github.com/emre/swarm-host.git
cd swarm-host/swarm-host
npm install
- edit config.js with your redis setup.
REDIS_SERVERS = [
{"host": 'localhost', "port":'6379'},
{"host": 'localhost', "port":'6380'}
];
$ node app.js
info - socket.io started
Listening on port 3000