Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好。就是这样。
我有一个带有日期时间字段的文档。现在我需要执行原子操作,这将在某一天增加这个值。
怎么做?
最终我需要通过morphia来做到这一点,如果你知道怎么做,请分享。
日期是自 Unix 纪元 ( MongoDB Dates )以来的毫秒数。
因此,您可以查询带有您想要增加的日期的文档,并添加(在 Morphia 中的 inc/dec)您需要的毫秒数 - 例如一天。