From dab90dd429c7ba02994ba27af03680646979783d Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sun, 22 May 2011 16:59:45 +0000 Subject: [PATCH] Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16265 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 45f295fe6cb..070c6699c81 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -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 `, either +include all server addresses in :setting:`LOCATION `, either separated by semicolons or as a list. In this example, the cache is shared over Memcached instances running on IP