mirror of
https://github.com/django/django.git
synced 2025-07-05 18:29:11 +00:00
[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal.
Backport of r16265 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
82b9fed1c7
commit
b9bdc96f9e
@ -116,7 +116,7 @@ One excellent feature of Memcached is its ability to share cache over multiple
|
|||||||
servers. This means you can run Memcached daemons on multiple machines, and the
|
servers. This means you can run Memcached daemons on multiple machines, and the
|
||||||
program will treat the group of machines as a *single* cache, without the need
|
program will treat the group of machines as a *single* cache, without the need
|
||||||
to duplicate cache values on each machine. To take advantage of this feature,
|
to duplicate cache values on each machine. To take advantage of this feature,
|
||||||
include all server addresses in :setting:`BACKEND <CACHES-BACKEND>`, either
|
include all server addresses in :setting:`LOCATION <CACHES-LOCATION>`, either
|
||||||
separated by semicolons or as a list.
|
separated by semicolons or as a list.
|
||||||
|
|
||||||
In this example, the cache is shared over Memcached instances running on IP
|
In this example, the cache is shared over Memcached instances running on IP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user