A redis adapter for node-push-cluster. It allows you to scale node-push-cluster
horizontally across multiple machines.
$ npm install npc-redis
var server = npc.createServer({
broker: require('npc-redis')(6379, 'localhost')
});
A redis adapter for node-push-cluster. It allows you to scale node-push-cluster
horizontally across multiple machines.
$ npm install npc-redis
var server = npc.createServer({
broker: require('npc-redis')(6379, 'localhost')
});
npm i npc-redis
2
1.0.3
MIT