Opened 6 years ago
Closed 6 years ago
#30185 closed Uncategorized (duplicate)
Add link to pymemcache on Caching Page
Reported by: | johnthagen | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 2.1 |
Severity: | Normal | Keywords: | memcache |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It seems like pymemcache may be another maintained option for the cache docs: https://docs.djangoproject.com/en/2.1/topics/cache/
https://github.com/pinterest/pymemcache
https://github.com/django-pymemcache/django-pymemcache
The comparison with existing libraries is here: https://github.com/pinterest/pymemcache#comparison-with-other-libraries
I found this after seeing that python-memcached hadn't been updated in a while (pehaps not as well maintained these days?) and had a lot of open PRs.
Duplicate of #29887 (add support for pymemcache). The Django docs don't generally endorse third-party libraries.