Skip to content

Instantly share code, notes, and snippets.

@dmartz86
Last active August 29, 2015 13:58
Show Gist options
  • Save dmartz86/10409771 to your computer and use it in GitHub Desktop.
Save dmartz86/10409771 to your computer and use it in GitHub Desktop.
db.posts.update({
_id : ObjectId("5346e2072ac437a08f93b74c")
}, {
$inc : {
likes : 1
},
$push : {
users : 'singleUser'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment