Skip to content

Instantly share code, notes, and snippets.

@wohugb
Created January 21, 2014 14:29
Show Gist options
  • Save wohugb/8541087 to your computer and use it in GitHub Desktop.
Save wohugb/8541087 to your computer and use it in GitHub Desktop.
MongoDB设置过期索引
db.log.events.ensureIndex( { "createdAt": 1 }, { expireAfterSeconds: 3600 } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment