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

Asynchronous multi-get/put #149

Open
peschkaj opened this issue Jul 6, 2013 · 2 comments
Open

Asynchronous multi-get/put #149

peschkaj opened this issue Jul 6, 2013 · 2 comments

Comments

@peschkaj
Copy link
Contributor

peschkaj commented Jul 6, 2013

Current multi-get code operates in serial on a list of keys. It may be advantageous to issue multiple simultaneous gets/puts instead of forcing a serial order of operations.

@OJ
Copy link
Contributor

OJ commented Jul 6, 2013

This may indeed to be handy to have. Bear in mind that we should be clear that the order of results isn't guaranteed and it'd be up to the user to make sure they have things in the order they want (or not care at all about the order of processing).

@nerophon
Copy link

See also issue #188.

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