How can I use appengine memcache in django cache setting?

179 views
Skip to first unread message

Peter Chen

unread,
Jul 20, 2019, 1:04:54 PM7/20/19
to Google App Engine
There's no IP I can link to like following:

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

Julie (cloud platform support)

unread,
Jul 22, 2019, 10:22:25 AM7/22/19
to Google App Engine
There is a Stackoverflow post where it is suggested to use the API library and use the google.appengine.api.memcache package. If this works with your use case please try and reply if any error messages occur. 
Reply all
Reply to author
Forward
0 new messages