[python] How to define redis operator ttl #4931
Unanswered
jairhenrique
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Hi, thanks for raising this. Please try: import opendal
op = opendal.Operator('redis', host='localhost:6379', default_ttl='30') We are working on new |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to define a
default_ttl
on redis operator I get an error.There is an away to set ttl on
op.write
?Beta Was this translation helpful? Give feedback.
All reactions