Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#12584 closed (duplicate)

cmemcache is deprecated

Reported by: Julian <julango@…> Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords: cache memcached cmemcache
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The documentation at http://docs.djangoproject.com/en/1.1/topics/cache/ states "The fastest available option is a module called cmemcache, available at http://gijsbert.org/cmemcache/ ."

However, http://code.google.com/p/memcached/wiki/Clients#Python says "cmemcache (Note: this library is deprecated, old, buggy, you should not use it). ".

gisbert.org itself says "cmemcache is retired as of 2009/12/21 due to lack of maintenance and more viable replacements. You can find the alternatives on the memcached website." and "I have tried python-libmemcached briefly in my cache compare benchmark and it scores a little bit better than cmemcache on most operations".

So, I suggest this reference is updated for these reasons.

Change History (2)

comment:1 by Karen Tracey, 14 years ago

Resolution: duplicate
Status: newclosed

Isn't this the same as #12427?

comment:2 by Julian <julango@…>, 14 years ago

Why yes it is, sorry about that.

Note: See TracTickets for help on using tickets.
Back to Top