Open
Description
Problem Statement
As django 4 is on his way, with support for async cache, a question came to my mind, to support a...
methods, should be just wrap sync methods in the async call, without making it really async or start to use some async client like aioredis
?
Describe the solution you'd like
Start using aioredis to make django-redis
async compatible.
Describe alternatives you've considered
Create async methods to wrap sync ones.
@terencehonles what do you think would be the best way to go after this inevitable change?