-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Actually set the TTL on redis set #24796
Conversation
/backport to stable20 |
/backport to stable19 |
/backport to stable18 |
was wondering why we can't use setex as well, found this but not sure: https://www.reddit.com/r/redis/comments/8suupj/expire_option_for_setnx_command/ maybe PHP doesn't have a mapping |
from the docs:
|
This comment has been minimized.
This comment has been minimized.
aaah that would be fine as well of course |
See the fixup for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks fine, not tested 👍
Else well the keys remain for ever and ever. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1526a8b
to
4f0fae8
Compare
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 615: failuremysql8.0-php7.4Show full log
|
Else well the keys remain for ever and ever.
Signed-off-by: Roeland Jago Douma roeland@famdouma.nl