diff options
| author | Timo Graham <timograham@gmail.com> | 2011-05-22 17:00:23 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-05-22 17:00:23 +0000 |
| commit | b9bdc96f9ea8e4d572a79471c68ec239136a4d01 (patch) | |
| tree | 6d0ebb30cd8f0d3f56ca391a0351f595edcc8d71 /docs | |
| parent | 82b9fed1c7a9faf7c9cc8de70aae45e9c66f05e5 (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index f08ee8c459..d2c9bbabe4 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 <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 |
