Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/mod.ts>fetchRecord

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

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

Parameters

key: string | string[]

The cache key.