https://github.com/burgalon/mongoid_optimistic_locking
乐观锁的实现 添加了一个字段来代表更改的版本号,通过版本号识别保证读取数据之后的数据更新问题。