Skip to content

Document async vs. sync usage #16

Not planned
Not planned
@abrookins

Description

@abrookins
Collaborator

Redis OM Python supports both async and sync usage. Async support is provided in the aredis_om module, which is otherwise identical to the synchronous code found in redis_om. Document this.

Activity

simonprickett

simonprickett commented on Apr 13, 2022

@simonprickett
Contributor

Hold off on this until we move to the latest redis-py which includes full async support and makes aioredis deprecated.

XChikuX

XChikuX commented on Dec 20, 2022

@XChikuX

There is no Redis Cluster support in the asynchronous module. Need to keep an eye on when that support gets added in the redis-py repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @simonprickett@abrookins@XChikuX

        Issue actions

          Document async vs. sync usage · Issue #16 · redis/redis-om-python