Temp (Key/Value)
Its a normal Key-Value storage but if the key surpasses the expiry time, will be deleted when requested;
this.db.temp(`<KEY INPUT>`, 'set/get/delete', '<VALUE>', 86400)//24 hoursLast updated
Its a normal Key-Value storage but if the key surpasses the expiry time, will be deleted when requested;
this.db.temp(`<KEY INPUT>`, 'set/get/delete', '<VALUE>', 86400)//24 hoursLast updated