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

multi-get ? #105

Open
GeoffreyPlitt opened this issue Nov 21, 2017 · 2 comments
Open

multi-get ? #105

GeoffreyPlitt opened this issue Nov 21, 2017 · 2 comments

Comments

@GeoffreyPlitt
Copy link

Does this library support multi-get? i.e. getting a bunch of keys in one round trip?

@alevy
Copy link
Member

alevy commented Nov 22, 2017

Not yet, unfortunately, though PRs welcome

@npomfret
Copy link

Do we know why this doesn't work out of the box? According to the docs (https://github.com/memcached/memcached/blob/master/doc/protocol.txt) a get needs key or space-separated list of keys. So we should be able to call client.get('key1 key2'), no? It's not working for me anyway, but I don't understand why.

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

No branches or pull requests

3 participants