kitsonk / kv-toolbox

Utilities for working with Deno KV 🦕🗝️
https://kview.deno.dev/kv-toolbox
MIT License
66 stars 5 forks source link

feat: add support for `expireIn` option #4

Closed yudai-nkt closed 1 year ago

yudai-nkt commented 1 year ago

This PR lets users configure the expireIn option that was recently added to Deno.AtomicOperation.prototype.set and Deno.Kv.prototype.set.

I wasn't sure if I should add tests for this feature, so I'd like to hear your opinion.

Fix #3.

kitsonk commented 1 year ago

Closed via 6350e77