1.1.0 • Published 4 years ago

jump-consistent-hash v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Jump Consistent Hash Implementation

CircleCI

  • Referencing Jump Consistent Hash which can take user's Info to map a random bucket

How to install

npm install jump-consistent-hash

How to use

const { jumpConsistentHash } = require('jump-consistent-hash');
const bucket = jumpConsistentHash('0.0.0.0:1:user', 4);

API

Takes a key and total of buckets