Skip to main content
Module

x/proc/mod.ts>fetchRecord

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

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

Parameters

key: string | string[]

The cache key.