# npc-redis **Repository Path**: lanfei/npc-redis ## Basic Information - **Project Name**: npc-redis - **Description**: A redis adapter for node-push-cluster. - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-22 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # npc-redis A redis adapter for [node-push-cluster](https://github.com/Lanfei/node-push-cluster). It allows you to scale `node-push-cluster` horizontally across multiple machines. ## Installation ```bash $ npm install npc-redis ``` ## Usage ```js var server = npc.createServer({ broker: require('npc-redis')(6379, 'localhost') }); ```