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

delete(_multi): set time default to None. #27

Closed
wants to merge 1 commit into from

Conversation

oremj
Copy link

@oremj oremj commented Jan 21, 2014

delete key (time) is no longer part of the memcached protocol and wrappers like django memcached
use the default time arguement. Let's set this to None instead of 0, so
it won't be included unless specifically set.

I'm requesting this, because, as is, python-memcached is not compatible with twemproxy.

delete key (time) is no longer part of the spec and wrappers like django
use the default time arguement. Let's set this to None instead of 0, so
it won't be included unless specifically set.
@oremj
Copy link
Author

oremj commented Feb 26, 2014

Any thoughts on this?

@linsomniac
Copy link
Owner

Merged, thanks for the PR.

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