pymemcache icon indicating copy to clipboard operation
pymemcache copied to clipboard

Add comparison with 'bmemcached'

Open raff opened this issue 9 years ago • 2 comments

Just found this other memcached pure python client that may be worth mentioning in the list of other clients: https://github.com/jaysonsantos/python-binary-memcached

It implements the binary protocol and support a "cluster" of server (but it simply write to all servers on set and does a round-robin / stop at first result on get)

raff avatar Oct 19 '15 23:10 raff

Or other idea is that this client also gets a binary protocol impl, I don't know about license compat but https://github.com/jaysonsantos/python-binary-memcached/blob/master/bmemcached/protocol.py seems like it does just that.

harlowja avatar Jan 29 '16 07:01 harlowja

Related to Issue #54

jogo avatar Mar 16 '17 23:03 jogo