Created
January 11, 2019 19:33
-
-
Save n3rio/f19f9d1acc9bc658039fd4d7a2d0de9e to your computer and use it in GitHub Desktop.
Remover documentos duplicados en pymongo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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