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

PIP package is outdated #17

Open Sitin opened 9 years ago

Sitin commented 9 years ago

Pypi version still has

from hash_ring import HashRing

try:
    from memcache_ring import MemcacheRing
except ImportError, e:
    pass

in the index file and probably other Python 3 incompatible issues.