Doist / hash_ring

Implements consistent hashing in Python (using md5 as hashing function)
http://amix.dk/blog/viewEntry/19367
108 stars 38 forks source link

Adding/removing nodes? #3

Closed stodge closed 10 years ago

stodge commented 12 years ago

Just wondering what happened to the add/remove node functionality. I'm pretty sure it used to exist. Also, have you done any more work with dynamically adding/removing nodes? Thanks

amix commented 12 years ago

I am unsure why it got removed. You are welcome to re-add it as a patch, you can find old versions on PyPi.

Amir

thedrow commented 10 years ago

Please do. I am going to use this library.