Changes between Initial Version and Version 4 of Ticket #37156


Ignore:
Timestamp:
Jun 11, 2026, 4:08:53 AM (3 weeks ago)
Author:
Johannes Maron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37156 – Description

    initial v4  
    22However, the native `RedisCache` backend, doesn't reimplement those methods to use the asyncio API of the Redis SDK, but rather the asgiref fallback.
    33
    4 As discussed before, the extra threading comes with a significant overhead and disrupts things like full-page caching of otherwise async views.
     4~~As discussed before, the extra threading comes with a significant overhead and disrupts things like full-page caching of otherwise async views.~~
    55
    66This proposal does not alter Django's public API, but rather optimizes internal implementation, which is why I put this on Trac.
Back to Top