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
MemcachedBackend does not pass memcached_expire_time #3
Comments
Michael Bayer (zzzeek) wrote: fixed in [[https://bitbucket.org/zzzeek/dogpile.cache/changeset/83ae5e5323d309ff004a7a8f3187944821499433|83ae5e5323d309ff004a7a8f3187944821499433]] |
Changes by Michael Bayer (zzzeek):
|
Justin Azoff (justinazoff) wrote: Hmm, are the tests passing for you? I may have borked something with hg and pip, but it doesn't look like it's working. |
Michael Bayer (zzzeek) wrote: you can see them in this output:
|
Justin Azoff (justinazoff) wrote: ah yes, I got it working now. Something was indeed hosed in the virtualenv I was using.. |
Migrated issue, originally created by Justin Azoff (justinazoff)
PylibmcBackend uses memcached_expire_time and min_compress_len, but MemcachedBackend doesn't pass these through to set().
I see how to write a test that will fail, but I'm not sure how you would want this to be fixed.. I'll work on the test case..
The text was updated successfully, but these errors were encountered: