redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.11k stars 112 forks source link

Document async vs. sync usage #16

Open abrookins opened 2 years ago

abrookins commented 2 years ago

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.

simonprickett commented 2 years ago

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

XChikuX commented 1 year ago

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.