mongodb ttl索引

 "createtime" : ISODate("2021-04-01T08:18:26.095Z")

db.table_name.createIndex({createtime:1},{expireAfterSeconds:3600*24*30})
原文地址:https://www.cnblogs.com/angdh/p/14607313.html