You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commentedon Apr 13, 2022
Hold off on this until we move to the latest redis-py which includes full async support and makes aioredis deprecated.
XChikuX commentedon Dec 20, 2022
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.