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 中创建一个唯一的 10 位 ID - 为我们在系统中获得的特定客户端下的每个用户。请注意,我们将所有用户(来自不同客户端)存储在同一个集合下。ID 只需要在同一客户端的用户之间是唯一的。来自两个不同客户端的两个用户可以共享同一个 ID,即使他们存在于同一个集合中。
关于这个 10 位 id 如何对每个用户唯一的任何建议。
mongoid_token看起来它可以做你需要的:
mongoid_token
https://github.com/thetron/mongoid_token