You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be similar to kv.caches.do but having no TTL ... there are certain data sources which might be very slow and/or expensive, and we want to support an interface of https://keyv.do/:url like https://keyv.do/json.fyi/northwind.json
where the logic is:
Check KV if the URL as key exists
If key exists, return value
If key does not exist, fetch value from url
Save value to key with ctx.waitUntil with no TTL
Return value
The text was updated successfully, but these errors were encountered:
This should be similar to kv.caches.do but having no TTL ... there are certain data sources which might be very slow and/or expensive, and we want to support an interface of
https://keyv.do/:url
like https://keyv.do/json.fyi/northwind.jsonwhere the logic is:
ctx.waitUntil
with no TTLThe text was updated successfully, but these errors were encountered: