
Security News
OpenClaw Advisory Surge Highlights Gaps Between GHSA and CVE Tracking
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.
django-pymemcache
Advanced tools
.. image:: https://travis-ci.org/django-pymemcache/django-pymemcache.svg?branch=master :target: https://travis-ci.org/django-pymemcache/django-pymemcache .. image:: https://codecov.io/gh/django-pymemcache/django-pymemcache/branch/master/graph/badge.svg :target: https://codecov.io/gh/django-pymemcache/django-pymemcache .. image:: https://img.shields.io/pypi/v/django-pymemcache.svg?style=flat :target: https://pypi.org/project/django-pymemcache/ .. image:: https://img.shields.io/pypi/djversions/django-pymemcache.svg?style=flat .. image:: https://img.shields.io/pypi/pyversions/django-pymemcache.svg?style=flat
django-pymemcache is a Django cache backend that uses Pinterest's pymemcache_ library as the backend.
::
pip install django-pymemcache
Simply use it as any other Cache backend <https://docs.djangoproject.com/en/stable/topics/cache/>_, e.g.
.. code-block:: python
CACHES = {
'default': {
'BACKEND': 'djpymemcache.backend.PyMemcacheCache',
'LOCATION': [
'127.0.0.1:11211',
],
'OPTIONS': {
'serializer': <your_serializer>,
'deserializer': <your_deserializer>,
},
},
}
https://github.com/django-pymemcache/django-pymemcache/issues
.. _pymemcache: https://github.com/pinterest/pymemcache
FAQs
Django cache backend based on Pinterest's pymemcache client.
We found that django-pymemcache demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.