Skip to content

Commit

Permalink
[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thank…
Browse files Browse the repository at this point in the history
…s 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
  • Loading branch information
timgraham committed May 22, 2011
1 parent 82b9fed commit b9bdc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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,
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.

In this example, the cache is shared over Memcached instances running on IP
Expand Down

0 comments on commit b9bdc96

Please sign in to comment.