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

Prevent deprecation warning for the md5 module on Python versions >= 2.5 #1

Closed jezdez closed 11 years ago

amix commented 11 years ago

Merged in with another pull. Sorry, first seen this now. Thanks for the fix!