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

Implement mget, mset (with cas) and incr #7

Merged
merged 14 commits into from
Aug 6, 2018

Conversation

michaeljguarino
Copy link
Contributor

Extends behavior to memcached multi ops, which is especially helpful for users with only a few nodes in their memcached clusters in which case parallel single get calls are far less performant than mget calls.

@michaeljguarino
Copy link
Contributor Author

We've been running this in production at Frame.io for a while now, also I have another project for rate limiting which depends on Memcachir that uses mgets which I can't release to hex until this is available.

@peillis
Copy link
Owner

peillis commented Aug 6, 2018

Ok, thanks for the contribution!

@peillis peillis merged commit 9e7a64d into peillis:master Aug 6, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants