vnhr
Version:
virtual node hash ring
25 lines (17 loc) • 1.15 kB
Markdown
# vnhr
[](http://badge.fury.io/js/vnhr)
[](http://travis-ci.org/kordon/vnhr)
[](https://gemnasium.com/kordon/vnhr)
[](https://coveralls.io/r/kordon/vnhr?branch=master)
[](https://codeclimate.com/github/kordon/vnhr)
Consistent hashing using virtual nodes.
## install
```bash
npm install [--save/--save-dev] vnhr
```
## api
## license
* Original [mixu/vnodehash](https://github.com/mixu/vnodehash) code is under the [BSD license](license/mixu)
* Updates from [kordon/vnhr](https://github.com/kordon/vnhr) are under the [MIT license](license/kordon)
* Some code/tests/api inspired by [yunong/node-fash](https://github.com/yunong/node-fash) is under the [MIT license](license/yunong)
* Some code/tests/api inspired by [3rd-Eden/node-hashring](https://github.com/3rd-Eden/node-hashring) is under the [MIT license](license/3rd-Eden)