Metadata-Version: 1.0
Name: python_consistent_memcached
Version: 0.0.1
Summary: python-memcached with consistent hashing
Home-page: https://github.com/wnyc/python_consistent_memcached
Author: Adam DePrince
Author-email: adeprince@nypublicradio.org
License: GPL
Description: 
        python_consistent_memcached
        ======
        
        A pure python implementation of a consistent hasher for memcached.
        Its missrate is similar to continuum, but it has O(1) per request
        performane vs continiums O(lg(n)) per request performnace where n is
        the number of servers in your memcached collecion.
        
        
Platform: UNKNOWN
