redis / redis-om-python

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

Remove Library Cruft #274

Open chayim opened 2 years ago

chayim commented 2 years ago

Currently redis-om-python makes use of libraries that need updating and/or removing. Examples include aioredis - now merged into redis, or six/types-six and types-redis.

moznuy commented 2 years ago

Hi @chayim, I've already mentioned this in #234 and #239. Could you look at them and answer some questions there?

moznuy commented 2 years ago

And related to aioredis, could you look at #233?