Skip to content

redis.set randomly stops working #977

@jacobtt21

Description

@jacobtt21

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:

{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions