We use pylibmc <https://pypi.python.org/pypi/pylibmc>. Fairly stable and built-in handling of multi-server key distribution. The disadvantage of pylibmc (and many other client libraries) lies in its dependency on libmemcached, which has seen little activity for quite some while, which in turn hinders utilization of new memcached commands; IIRC one example is the GAT command.
Frankly the situation is the same for any python client library depending on libmemcached for the actual underlying protocol/network communication. I believe there's essentially no way to work around it except for patching/building your own libmemcached. Cheers, - Mnjul On Thursday, August 24, 2017 at 2:55:13 PM UTC-7, Frank Wang wrote: > > Hi, > > I know there are a bunch of Python versions of memcached clients. Does > anyone know of any good/stable Python implementations of the memcached > server? > > Thanks, > Frank > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
