Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created August 20, 2013 12:14
Show Gist options
  • Save FrancescaK/6280615 to your computer and use it in GitHub Desktop.
Save FrancescaK/6280615 to your computer and use it in GitHub Desktop.
db.products.insert({last_viewed:["bike","cd","game","bike","book"]})
db.products.findOne()
{
"_id" : ObjectId("51ff97d233c4f2089347cab6"),
"last_viewed" : [
"bike",
"cd",
"game",
"bike",
"book"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment