Open
Description
Hi, OpenDAL currently doesn't support this. One possible approach might be to add Expires
support, we can translate Expires
to ttl
internally for redis.
Originally posted by @Xuanwo in #5622 (comment)
Users can write data like op.write_with(key).expires(time).await
.