Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/kv.ts>TpyKV#items

🔑 A strongly typed Pylon API client.
Latest
method TpyKV.prototype.items
import { TpyKV } from "https://deno.land/x/tpy@v1.0.0-RC/src/kv.ts";

Lists the keys and values in a namespace, including their expiration date if applicable.

The maximum limit is 100, however.

Type Parameters

T

The type of the key's value.

Parameters

optional
options: KV.OperationOptions.Items

Returns

Promise<KV.GET.ItemsFlattened<T>>