Skip to content

Commit

Permalink
[django-1.0.X] Fixed #9377 -- Clarified when cmemcached support was i…
Browse files Browse the repository at this point in the history
…ncluded in Django.

Backport of r9435 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Nov 14, 2008
1 parent 1b68c6a commit 51dabd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/topics/cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,18 @@ bindings. Two versions of this are available. Choose and install *one* of the
following modules:

* The fastest available option is a module called ``cmemcache``, available
at http://gijsbert.org/cmemcache/ . (This module is only compatible with
the Django development version. Django 0.96 is only compatible with the
second option, below.)
at http://gijsbert.org/cmemcache/ .

* If you can't install ``cmemcache``, you can install ``python-memcached``,
available at ftp://ftp.tummy.com/pub/python-memcached/ . If that URL is
no longer valid, just go to the Memcached Web site
(http://www.danga.com/memcached/) and get the Python bindings from the
"Client APIs" section.

.. versionadded:: 1.0
The ``cmemcache`` option is new in 1.0. Previously, only
``python-memcached`` was supported.

To use Memcached with Django, set ``CACHE_BACKEND`` to
``memcached://ip:port/``, where ``ip`` is the IP address of the Memcached
daemon and ``port`` is the port on which Memcached is running.
Expand Down

0 comments on commit 51dabd2

Please sign in to comment.