How Can I Set a Redis Key with a Custom TTL #5622
Unanswered
kaplanelad
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, OpenDAL currently doesn't support this. One possible approach might be to add |
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
-
When initializing my Redis service, I set a default TTL for keys. However, I need to write a specific key with a different TTL than the default.
What do you think the best way is to do this?
Beta Was this translation helpful? Give feedback.
All reactions