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.
ユーザーレコードがあり、各ユーザーには友達のリストがあります。
ユーザー レコードの friends 配列に一意の値のみをプッシュするにはどうすればよいですか?
accounts.update({user:nickNameField}, {$push:{"friends":friendsName}}, { upsert:true }, function (e, res) { ...
または、値が friends 配列にあるかどうかを手動で確認する必要がありますか?