Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comparison with 'bmemcached' #88

Open
raff opened this issue Oct 19, 2015 · 2 comments
Open

Add comparison with 'bmemcached' #88

raff opened this issue Oct 19, 2015 · 2 comments

Comments

@raff
Copy link

raff commented Oct 19, 2015

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)

@harlowja
Copy link
Contributor

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.

@jogo
Copy link
Contributor

jogo commented Mar 16, 2017

Related to Issue #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants