hi, how can i check number of requests made to kv database? For d1 there is a metrics tab but i cant
hi, how can i check number of requests made to kv database? For d1 there is a metrics tab but i cant seem to find the same for kv database

bKv.put needs an options necessarily? when metadata/expiration/expirationTtl are all optional fields ?expirationTtl be in unix? in your docs you have it in plain seconds
cacheTtl, it should be in seconds, according to the KV Docs: -cacheTtlis a parameter that defines the length of time in seconds that a KV result is cached in the global network location it is accessed from.
cacheTtl parameter

expiration is unix. expirationTtl is time from now0.6.1. Credited on GH: https://github.com/helloimalastair/FlareUtils/commit/871e2f71a4d0637da1184b822c71ec79c19e16e5bKv.putexpirationTtlexpirationTtlcacheTtlcacheTtlcacheTtlexpirationNAMESPACE.put(key, value, {expiration: secondsSinceEpoch})
NAMESPACE.put(key, value, {expirationTtl: secondsFromNow})0.6.1