[00:54:27] <styles> Can you specifiy via BSON for a property to be unique? I know you can do Index
[03:11:34] <authfol> if I save something new to my collection like so - newUser.save(function(err, user) {... what's the best way to exclude certain properties from user? I need to res.send(user) inside of the .save callback, but only one or two properties from it
[03:25:48] <qfinder> Does anyone know why a query returned by db.currentOp() (no true param) would have “ns”: “”?