denoland / denokv

A self-hosted backend for Deno KV
https://deno.com/kv
MIT License
456 stars 21 forks source link

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

Open saeho opened 3 months ago

saeho commented 3 months ago

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.