Skip to content

Instantly share code, notes, and snippets.

@n3rio
Created January 11, 2019 19:33
Show Gist options
  • Save n3rio/f19f9d1acc9bc658039fd4d7a2d0de9e to your computer and use it in GitHub Desktop.
Save n3rio/f19f9d1acc9bc658039fd4d7a2d0de9e to your computer and use it in GitHub Desktop.
Remover documentos duplicados en pymongo
db.test.ensureIndex({name: 1, nodes: 1}, {unique: true, dropDups: true})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment