3rd-Eden / node-hashring

hashring is a consistent hashing algorithm for Node.js that is compatible with libketama and python's hash_ring package
MIT License
350 stars 61 forks source link

Does not seem to work with node 6.1.0 #42

Closed jsilveira closed 8 years ago

jsilveira commented 8 years ago

It's having problems installing hashring 3.1.x. Changing it to hashring 3.2 worked, but then leverage fails. Updating leverage to 0.1.x seems to do the trick.

I could do a PR updating these two packages, but I'm not sure how to handle the regression with older node versions. Thanks!

jsilveira commented 8 years ago

The issue was actually intended for 3rd-Eden/versions repository. My apologies!