Setting Redis Key Experation #1665
Unanswered
jretterer-prol
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We currently do not support setting expiration, which is an issue. This has been tracked at #1666. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In using sccache with redis along with the allkeys-lru eviction policy I was seeing keys being removed from redis even thought the allocated memory space was not fully utilized. That led me to check the TTL on the redis keys and found one is set for sccache keys.
After finding that I tried to find a way to adjust this but I can't seam to find it. So, is there a way to adjust this expiry time for redis keys or even better, set it so the time is refreshed when keys are read?
Beta Was this translation helpful? Give feedback.
All reactions