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:
committed by
Mariusz Felisiak
parent
cda0a3d777
commit
b4d46df5ca
@@ -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
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user