Forums

Value of Memcache location

What LOCATION should I point Memcached to after deployment?

CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
        'LOCATION': '127.0.0.1:11211',
    } }

I need to change 'LOCATION' to replace localhost. Any guidance?

Hi there, we don't currently support memcache. But you could try using [redis-lite][1] as your cache.