#8410: memcache backend add method is inconsistent with it's other methods -----------------------------------------+---------------------------------- Reporter: trbs | Owner: nobody Status: new | Milestone: Component: Cache system | Version: SVN Keywords: memcached, consistency, add | Stage: Unreviewed Has_patch: 1 | -----------------------------------------+---------------------------------- Split of from #7460 [1]
The add method of the memcached backend uses a different approach for it's key/value pair then the other methods. Seems to be 'left' over from past changes/fixes ? Patch attached here aims to make 'add' consistent in terms of handling the key/value pair as it's brother the 'set' method. [1] http://code.djangoproject.com/ticket/7460 -- Ticket URL: <http://code.djangoproject.com/ticket/8410> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
