Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 563 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 563 Bytes

swarm-host

A realtime redis dashboard for your redis setup.

installation

git clone https://github.com/emre/swarm-host.git
cd swarm-host/swarm-host
npm install

configuration

  • edit config.js with your redis setup.
REDIS_SERVERS = [
  {"host": 'localhost', "port":'6379'},
  {"host": 'localhost', "port":'6380'}
];

running

$ node app.js
   info  - socket.io started
Listening on port 3000