-
Notifications
You must be signed in to change notification settings - Fork 137
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
Client.set raises "exception: SUCCESS" when behaviors has buffer_requests=True
#180
Comments
I made a test case for this in the test suite; however, as it stands, it is sadly not something we can fix on our side of things. It seems to be a bug in libmemcached itself. |
Hi, our team here seem to be running into this, too. |
Hello @henning! To my knowledge no, there is no communication with upstream going on about this. It might prove instructive to try to look at what the intended usage of libmemcached is using buffered requests. Perhaps there is some misunderstanding in the way pylibmc interprets this behavior. Other than that, I'd say just disable the behavior for now. |
The text was updated successfully, but these errors were encountered: