Skip to main content
Module

x/proc/mod3.ts>fetchRecord

A better way to work with processes in Deno.
Latest
function fetchRecord
import { fetchRecord } from "https://deno.land/x/proc@0.21.9/mod3.ts";

Fetch a record from KV. Use cache instead; exported for debugging.

Parameters

key: string | string[]

The cache key.