Re: [Django] #36590: Redis, Memcached, and Database cache backends lack specialized many operation implementations

15 views
Skip to first unread message

Django

unread,
Sep 9, 2025, 3:28:06 PMSep 9
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by H. White):

* owner: (none) => H. White
* status: new => assigned

--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Sep 10, 2025, 12:09:16 PMSep 10
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by H. White):

* has_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:3>

Django

unread,
Sep 10, 2025, 2:13:46 PMSep 10
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Simon Charette):

* needs_better_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:4>

Django

unread,
Sep 11, 2025, 5:33:32 PMSep 11
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by H. White):

* needs_better_patch: 1 => 0

Comment:

PR is updated. [https://github.com/django/django/pull/19840]
--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:5>

Django

unread,
Sep 19, 2025, 7:30:43 AMSep 19
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Sarah Boyce):

* needs_better_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:6>

Django

unread,
Sep 19, 2025, 6:45:41 PMSep 19
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by H. White):

* needs_better_patch: 1 => 0

Comment:

I have revised the PR based on feedback.
https://github.com/django/django/pull/19840
--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:7>

Django

unread,
Sep 25, 2025, 8:19:39 AMSep 25
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Sarah Boyce):

* needs_better_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:8>

Django

unread,
Oct 16, 2025, 9:49:57 PMOct 16
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by H. White):

* needs_better_patch: 1 => 0

Comment:

PR is updated and ready for re-review.
--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:9>

Django

unread,
Nov 6, 2025, 12:54:08 PM (3 days ago) Nov 6
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Jacob Walls):

* needs_tests: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:10>

Django

unread,
Nov 8, 2025, 5:08:50 PM (23 hours ago) Nov 8
to django-...@googlegroups.com
#36590: Redis, Memcached, and Database cache backends lack specialized many
operation implementations
--------------------------------------+------------------------------------
Reporter: Brian Atkinson | Owner: H. White
Type: Cleanup/optimization | Status: assigned
Component: Core (Cache system) | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by H. White):

* needs_tests: 1 => 0

Comment:

Tests are updated, the PR is ready for re-review.
https://github.com/django/django/pull/19840
--
Ticket URL: <https://code.djangoproject.com/ticket/36590#comment:11>
Reply all
Reply to author
Forward
0 new messages