Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Update CACHES default BACKEND to use pylibmc. #19

Merged
merged 2 commits into from
Mar 17, 2014

Conversation

jasonthomas
Copy link
Member

No description provided.

@kumar303
Copy link
Contributor

Do we need to add pylibmc to requirements/prod.txt? How is it installed?

@jasonthomas
Copy link
Member Author

It is installed via rpm.

@@ -30,7 +30,7 @@
CACHE_PREFIX = APK_USER_MODE
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't Memcached the one we use in zamboni etc?

@kumar303
Copy link
Contributor

ok, could you you also add it to https://github.com/mozilla/apk-signer/blob/master/requirements/compiled.txt for local dev?

@kumar303
Copy link
Contributor

pylibc was missing from pyrepo. I just added it and restarted the tests.

@kumar303
Copy link
Contributor

it's passing now. Thanks!

kumar303 added a commit that referenced this pull request Mar 17, 2014
Update CACHES default BACKEND to use pylibmc.
@kumar303 kumar303 merged commit ba248a9 into mozilla:master Mar 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants