It's seemingly random but when I sometimes set some data in the redis db, it just doesn't save. I see the key in the database but not the value.
await redis.set(email, {
name: name
},
{
ex: 60 * 60 * 24,
nx: true
})
when I check the data browser in my dashboard, I can find the key but the value looks like this: