redis / redis-om-node

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

is there a possibility to add document versioning? #219

Open shmuel-web opened 10 months ago

shmuel-web commented 10 months ago

Mongoose the MongoDB ORM has a versioning feature that makes sure you don't override a stored JSON with an older version of it

full explenation It's a bit like git you can't push an update if you are working on an old version of the document