Skip to main content
Go to Latest
method Store.prototype.set
import { Store } from "https://deno.land/x/darkflare@v5.0.0/mod.ts";

Parameters

key: string
value: Schema
optional
options: { expiresIn?: string; expiresAt?: Date; metadata?: Record<string, unknown>; }