Added note to docs/cache.txt about memcached backend requiring Python memcached bindings, and added link to that for download
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c5073320a7
commit
c2b60ce136
|
@ -33,6 +33,9 @@ Examples:
|
||||||
multiple memcached servers by separating
|
multiple memcached servers by separating
|
||||||
them with semicolons.
|
them with semicolons.
|
||||||
|
|
||||||
|
This backend requires the
|
||||||
|
`Python memcached bindings`_.
|
||||||
|
|
||||||
db://tablename/ A database backend in a table named
|
db://tablename/ A database backend in a table named
|
||||||
"tablename". This table should be created
|
"tablename". This table should be created
|
||||||
with "django-admin createcachetable".
|
with "django-admin createcachetable".
|
||||||
|
@ -82,6 +85,7 @@ Invalid arguments are silently ignored, as are invalid values of known
|
||||||
arguments.
|
arguments.
|
||||||
|
|
||||||
.. _memcached: http://www.danga.com/memcached/
|
.. _memcached: http://www.danga.com/memcached/
|
||||||
|
.. _Python memcached bindings: ftp://ftp.tummy.com/pub/python-memcached/
|
||||||
|
|
||||||
The per-site cache
|
The per-site cache
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue