diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-10-29 17:05:19 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-10-29 17:05:19 +0000 |
| commit | 2822f71d08f3a94a3e26bb80fa1dbcef7bf2f1db (patch) | |
| tree | a9f42a6dcebfde6d23e3e7c8e059bda8a7d6e32e /docs | |
| parent | f12e3243326a2b6b0d09206b373b34e028eab25c (diff) | |
Fixed #140: memcached backends may now use multiple servers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cache.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt index 7db42db249..c1b1352bca 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -29,7 +29,9 @@ Examples: CACHE_BACKEND Explanation ============================== =========================================== memcached://127.0.0.1:11211/ A memcached backend; the server is running - on localhost port 11211. + on localhost port 11211. You can use + multiple memcached servers by separating + them with semicolons. db://tablename/ A database backend in a table named "tablename". This table should be created |
