Opened 3 years ago
Last modified 5 weeks ago
#33573 assigned New feature
Add native async support to redis cache backend — at Initial Version
Reported by: | Christopher Bailey | Owned by: | nobody |
---|---|---|---|
Component: | Core (Cache system) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Andrew Chen Wang, Andrew Godwin, Carlton Gibson, Ülgen Sarıkavak | Triage Stage: | Someday/Maybe |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The latest version of redis-py will support both sync and async clients so sync_to_async
will no longer be necessary so it would be nice if the out of the box Redis cache backend supports both natively as well.
https://github.com/redis/redis-py/releases/tag/v4.2.0rc1
It may be a bit premature since 4.2.0 is still RC, but I wanted to get a ticket out there so it can be on someones radar.
Note:
See TracTickets
for help on using tickets.