K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2020-08-30T07:12:43.066239Z K 7 svn:log V 336 Add py-uhashring 1.2 uhashring implements consistent hashing in pure Python. Consistent hashing is mostly used on distributed systems/caches/databases as this avoid the total reshuffling of your key-node mappings when adding or removing a node in your ring (called continuum on libketama). WWW: https://github.com/ultrabug/uhashring END