denokv
denokv copied to clipboard
A way to "NOT" expire the value when using get() ?
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.