redis / redis-om-node

Object mapping, and more, for Redis and Node.js. Written in TypeScript.
MIT License
1.18k stars 80 forks source link

redis-om language options parity #178

Closed ababich closed 1 year ago

ababich commented 1 year ago

copy of https://github.com/redis/redis-om-python/issues/502

Hello! how can I fing 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!

guyroyse commented 1 year ago

They are no guarantees of compatibility between languages of Redis OM. When we wrote the various versions, we decided not to do this as it was and edge case and would greatly complicate the development effort.

ababich commented 1 year ago

Thank you for the clarification