npc-redis

1.0.3 • Public • Published

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')
});

Readme

Keywords

Package Sidebar

Install

npm i npc-redis

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • clanfei