Skip to main content
Module

x/kv_toolbox/keys.ts

Utilities for working with Deno KV 🦕🗝️
Go to Latest
import * as kvToolbox from "https://deno.land/x/kv_toolbox@0.0.5/keys.ts";

Functions

Return an array of keys that match the selector in the target kv store.

Resolves with an array of unique sub keys/prefixes for the provided prefix.

Resolves with an array of unique sub keys/prefixes for the provided prefix along with the number of sub keys that match that prefix.