Uh oh!
There was an error while loading. Please reload this page.
Actually set the TTL on redis set - #24796
Merged
Merged
Conversation
rullzer
requested review from
ChristophWurst, MorrisJobke, icewind1991, juliusknorr, kesselb and nickvergessenDecember 21, 2020 12:11
rullzer
commented
Dec 21, 2020
MemberAuthor
/backport to stable20 |
rullzer
commented
Dec 21, 2020
MemberAuthor
/backport to stable19 |
rullzer
commented
Dec 21, 2020
MemberAuthor
/backport to stable18 |
ChristophWurst
approved these changes
Dec 21, 2020
PVince81
commented
Dec 21, 2020
Member
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 |
PVince81
commented
Dec 21, 2020
Member
from the docs: |
This comment has been minimized.
This comment has been minimized.
rullzer
commented
Dec 21, 2020
MemberAuthor
aaah that would be fine as well of course |
rullzer
commented
Dec 21, 2020
MemberAuthor
See the fixup for review |
Else well the keys remain for ever and ever. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzerforce-pushed
the
fix/set_ttl_on_set_redis
branch
from
December 21, 2020 12:33
1526a8b to
4f0fae8CompareChristophWurst
approved these changes
Dec 21, 2020
juliusknorr
approved these changes
Dec 21, 2020
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 615: failuremysql8.0-php7.4Show full log |
This was referenced Dec 21, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Else well the keys remain for ever and ever.
Signed-off-by: Roeland Jago Douma roeland@famdouma.nl