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

Newer libmemcached doesn't like keys with no length. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wolfsage
Copy link

Previous versions of libmemcached would prepend the namespace to
a zero length key before submitting it to memcached.

Now it just returns an error, so don't attempt to call get_multi()
with such keys.

Previous versions of libmemcached would prepend the namespace to
a zero length key before submitting it to memcached.

Now it just returns an error, so don't attempt to call get_multi()
with such keys.
@wolfsage
Copy link
Author

@timbunce
Copy link

timbunce commented May 3, 2016

Wonderful. Thanks @wolfsage!

I'm especially delighted that this wasn't a problem with the lower-level code.

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.

2 participants