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

Fix iterate_nodes to use distinct parameter #2

Closed sc68cal closed 12 years ago

sc68cal commented 13 years ago

The distinct parameter of the iterate_nodes function was not used in the function.