Explicit Rollback

Is there a way to explicitly rollback MongoDB?
(Commands, Driver, etc)

Hi @Kim_Hakseon ,

When using ACID transactions you can abort a transaction which will explicitly rollback any data written in that transaction.

Thanks
Pavel

Thank you for your kind and quick response. :smiley: ㅠㅠㅠ

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.