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

x/alosaur/src/security/session/src/store/memory.store.ts>MemoryStore#setValue

Alosaur - Deno web framework with many decorators
Go to Latest
method MemoryStore.prototype.setValue
import { MemoryStore } from "https://deno.land/x/alosaur@v0.35.2/src/security/session/src/store/memory.store.ts";

Parameters

sid: string
key: [keyof T] | any
value: any

Returns

Promise<void>