Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8410 closed (fixed)

memcache backend add method is inconsistent with it's other methods

Reported by: trbs Owned by: nobody
Component: Core (Cache system) Version: dev
Severity: Keywords: memcached, consistency, add
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Attachments (1)

patch-django.core.backends.memcached-8410.diff (684 bytes ) - added by trbs 16 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Malcolm Tredinnick, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [8444]) Fixed #8410 -- Added a missing piece of value encoding for the memcached
backend. Patch from trbs.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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