1.0.3 • Published 9 years ago
npc-redis v1.0.3
npc-redis
A redis adapter for node-push-cluster. It allows you to scale node-push-cluster
horizontally across multiple machines.
Installation
$ npm install npc-redis
Usage
var server = npc.createServer({
broker: require('npc-redis')(6379, 'localhost')
});