333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cluster-reload
=======
 
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
[![David deps][david-image]][david-url]
[![iojs version][iojs-image]][iojs-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]
 
[npm-image]: https://img.shields.io/npm/v/cluster-reload.svg?style=flat-square
[npm-url]: https://npmjs.org/package/cluster-reload
[travis-image]: https://img.shields.io/travis/node-modules/cluster-reload.svg?style=flat-square
[travis-url]: https://travis-ci.org/node-modules/cluster-reload
[coveralls-image]: https://img.shields.io/coveralls/node-modules/cluster-reload.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/node-modules/cluster-reload?branch=master
[gittip-image]: https://img.shields.io/gittip/fengmk2.svg?style=flat-square
[gittip-url]: https://www.gittip.com/fengmk2/
[david-image]: https://img.shields.io/david/node-modules/cluster-reload.svg?style=flat-square
[david-url]: https://david-dm.org/node-modules/cluster-reload
[iojs-image]: https://img.shields.io/badge/io.js-%3E=_1.0-yellow.svg?style=flat-square
[iojs-url]: http://iojs.org/
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.12-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/cluster-reload.svg?style=flat-square
[download-url]: https://npmjs.org/package/cluster-reload
 
Easy and safe reload your workers.
 
## Installation
 
```bash
$ npm install cluster-reload --save
```
 
## License
 
[MIT](LICENSE)