Merge "doc: Switch to PyMemcacheCache backend"

This commit is contained in:
Zuul 2025-01-03 05:12:49 +00:00 committed by Gerrit Code Review
commit f028cd3adc
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ Install and configure components
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': 'controller:11211',
}
}

View File

@ -76,7 +76,7 @@ Install and configure components
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': 'controller:11211',
}
}

View File

@ -73,7 +73,7 @@ Install and configure components
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': 'controller:11211',
}
}