Skip to content

Set command automatically sends expire as well #25

@yellowandy

Description

@yellowandy

I'm currently setting a key/value with the basic set command (not expire) and noticed something weird in the logs. I saw the following while telneted into redis with the MONITOR command:

+1420445962.505686 [0 10.0.1.220:58459] "set" test@abc.com_initialSync" "true"
+1420445962.505698 [0 10.0.1.220:58459] "expire" "test@abc.com_initialSync" "100"

I never issued the expire command and I'm not sure where it could be coming from. The TTL in fact does get set and as a result I loose all my keys. Any ideas if the node package could be causing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions