﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37156	Properly implement async Redis methods	Johannes Maron		"The backend API already implements `aget`, `aset`, … methods.
However, the native `RedisCache` backend, doesn't reimplement those methods to use the asyncio API of the Redis SDK, but rather the asgiref fallback.

As discussed before, the extra threading comes with a significant overhead and disrupts things like full-page caching of otherwise async views.

This proposal does not alter Django's public API, but rather optimizes internal implementation, which is why I put this on Trac."	Cleanup/optimization	new	Core (Cache system)	6.0	Normal		redis, asyncio, async	Johannes Maron	Unreviewed	0	0	0	0	0	0
