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.
我需要从 MongoDB 返回一个 JSON 数据。我使用 Ruby 作为我的后端。对于客户端,我需要提供一个 data_version 字符串,以便他们知道数据是否已更改,以决定是同步还是从他们的存储中加载。
有没有办法自动增加这个?或者有什么好的做法?
当您使用 MongoDB 时,您可以在文档中添加时间戳。这增加了两个字段:created_at和updated_at。您可以使用该updated_at字段的值来做您想做的事。
created_at
updated_at