createdAt: { type: Date, expires: 120, default: Date.now }
mongodb document not deleting after 3min. I mean expires property on schema not working
createdAt: { type: Date, expires: 120, default: Date.now }
mongodb document not deleting after 3min. I mean expires property on schema not working