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

HSET after EXPIRE discards the expiration #187

Closed
newacct opened this issue Feb 18, 2022 · 1 comment
Closed

HSET after EXPIRE discards the expiration #187

newacct opened this issue Feb 18, 2022 · 1 comment
Labels

Comments

@newacct
Copy link

newacct commented Feb 18, 2022

HSET foo bar 1
EXPIRE foo 1000000
TTL foo
HSET foo bar 2
TTL foo

The first TTL returns 1000000. The second one returns -1. But why should an HSET cause the expiration to be lost?

@inponomarev
Copy link
Collaborator

Closed by #208

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

No branches or pull requests

2 participants