mirror of
https://github.com/django/django.git
synced 2025-08-06 20:08:20 +00:00
Fixed #19823 -- Fixed memcached code example in cache docs
This commit is contained in:
parent
138de533ff
commit
668d0b8d49
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ on the IP addresses 172.19.26.240 (port 11211), 172.19.26.242 (port 11212), and
|
||||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||||
'LOCATION': [
|
'LOCATION': [
|
||||||
'172.19.26.240:11211',
|
'172.19.26.240:11211',
|
||||||
'172.19.26.242:11211',
|
'172.19.26.242:11212',
|
||||||
'172.19.26.244:11213',
|
'172.19.26.244:11213',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue