Open
Description
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!