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

no remove method #16

Open rybit opened 9 years ago

rybit commented 9 years ago

Hey - On the blog post I can see an explicit 'remove_node' method. When looking through the source I don't see anything. Is it not there for some explicit reason? I don't see it in the history either.

tobgu commented 9 years ago

I would also like to have the remove method as seen in the blog post. Is this repo active or should I fork it if I want to add additional functionality?