#14299: Add additional cache.*_many functions
-----------------------------------+----------------------------------------
Reporter: manfre | Owner: manfre
Status: closed | Milestone: 1.3
Component: Cache system | Version: SVN
Resolution: wontfix | Keywords: cache, add_many,
offset_many
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------+----------------------------------------
Changes (by jacob):
* status: new => closed
* resolution: => wontfix
Comment:
Django's cache API deliberately mimics memcached's API. Specifically, it
doesn't implement any operations that aren't in memcached's API. Since
these new _many operations aren't natively supported by memcached, they're
not a good fit for Django's cache API.
If you're attached to 'em you can always write a custom cache backend and
use that instead.
The incr/decr fixes should be filed a separate ticket; those are indeed
bugs and should be fixed.
--
Ticket URL: <http://code.djangoproject.com/ticket/14299#comment:2>
Django <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.