Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 402 Bytes

Descrition

mongoose version 3 add version key to prevent concurrent operation to modifiy array index, which means it only operates on arrays
if you use mongoose-update-if-current plugin to gain full occ support, you may meet this issue
this tiny module aims to solve this problem

Usage

check usage.js file to get demo