nohm icon indicating copy to clipboard operation
nohm copied to clipboard

Does nohm automatic manage dependencies with transactions(redis-multi)?

Open ghost opened this issue 12 years ago • 3 comments

Does nohm automatic manage dependencies with transactions(redis-multi)? If not, how can I use "multi" in nohm, to manage this manually?

ghost avatar Jun 06 '12 11:06 ghost

What kind of dependencies are you talking about? If models are linked they'll be saved before saving the link itself, if this is what you're talking about.

yuchi avatar Jun 06 '12 11:06 yuchi

Nohm is not built to be completely transaction safe at its current state. So far this hasn't been much of a concern for me, but if there is enough demand for it, we might try to make it so.

maritz avatar Jun 06 '12 13:06 maritz

If I can use transactions in NOHM(simulated with the MULTI,EXEC command), I can use redis like a ACID database.That would be great!

ghost avatar Jun 06 '12 19:06 ghost