const { Client, Entity, Schema } = require('redis-om');
const id = await this.repository.save(.....);
await this.repository.expire(id, 10000);
but if server crash or something going wrong and .expire not get executed the record stack with No Limit TTL in Redis.
Is there a way to save and set expire by single command: