denoland/denokv

A way to "NOT" expire the value when using get() ?

Opened this issue · 0 comments

It seems Kv.get() will auto-expire the value every time it's used. This is nice, but I have no idea how much time it's adding to its current expire time.

I'd also like an option to use get() without increasing the expiration time, if possible.