How to achieve rollback in transactions in mongo? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I am using mongoose over mongodb. In a request and response from nodejs express server, generally requires a no of queries to mongodb through mongoose. In many cases it may happen, if first a few queries executes successfully and rest all failed under a transaction. Now i need to