Skip to content

Consider asyncio and aioredis #552

Open
@WisdomPill

Description

@WisdomPill

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions