KvStore.set(): Promise<void>
Sets the value for the given key.
key: KvKey
The key to set the value for.
optional
options: KvStoreSetOptions
Additional options for setting the value.
Promise<void>
KvStore.set(): Promise<void>
Sets the value for the given key.
key: KvKey
The key to set the value for.
options: KvStoreSetOptions
Additional options for setting the value.
Promise<void>
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type KvStore } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type KvStore } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type KvStore } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type KvStore } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type KvStore } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type KvStore } from "@fedify/fedify";