Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fast_storage/mod.ts>LocalStorage#set

An optimized key-value storage based on sqlite.
Latest
method LocalStorage.prototype.set
import { LocalStorage } from "https://deno.land/x/fast_storage@v2.0/mod.ts";

Parameters

key: string
value: any
optional
expire: boolean = [UNSUPPORTED]

Returns

Promise<void>