-
-
Notifications
You must be signed in to change notification settings - Fork 442
Open
Description
Problem Statement
I'd like to be able to use async views with django-redis
Describe the solution you'd like
I'd like async support for django-redis so that I can do cache.aset() / cache.aget() from within an async view
Describe alternatives you've considered
None
Additional context
Django 5.2 already support async cache calls in django.core.cache.backends.base.BaseCache
https://github.com/django/django/blob/ff3aaf036f0cb66cd8f404cd51c603e68aaa7676/django/core/cache/backends/base.py#L237-L247
robd003, helenaron, se348 and yeongbin-johelenaron
Metadata
Metadata
Assignees
Labels
No labels