redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.07k stars 108 forks source link

redis-om language options parity #502

Open ababich opened 1 year ago

ababich commented 1 year ago

Hello! how can I find if different redis-om implementations are compatible (mostly I'm interested in python vs node/TS)

how much compatible, etc. May be there is any table or notes for that?

Sample use case: I want to use same redis DB with lambdas implemented in different languages and I want to make sure any modifications, migrations, etc. would not ruin experience for another platform

Thank you!