1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29887 -- Added a cache backend for pymemcache.

This commit is contained in:
Nick Pope
2019-01-18 23:26:50 +00:00
committed by Mariusz Felisiak
parent cda0a3d777
commit b4d46df5ca
6 changed files with 89 additions and 4 deletions

View File

@@ -53,6 +53,16 @@ needed. As a consequence, it's deprecated.
See :ref:`configuring-applications-ref` for full details.
``pymemcache`` support
----------------------
The new ``django.core.cache.backends.memcached.PyMemcacheCache`` cache backend
allows using the pymemcache_ library for memcached. ``pymemcache`` 3.4.0 or
higher is required. For more details, see the :doc:`documentation on caching in
Django </topics/cache>`.
.. _pymemcache: https://pypi.org/project/pymemcache/
Minor features
--------------