Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set command automatically sends expire as well #25

Open
yellowandy opened this issue Jan 5, 2015 · 0 comments
Open

Set command automatically sends expire as well #25

yellowandy opened this issue Jan 5, 2015 · 0 comments

Comments

@yellowandy
Copy link

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" [email protected]_initialSync" "true"
+1420445962.505698 [0 10.0.1.220:58459] "expire" "[email protected]_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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant