method MemorySessionStore.prototype.isHealthy
MemorySessionStore.prototype.isHealthy(): Promise<boolean>

Reports the store's reachability, for the plugin's health indicator.

Optional: a store with no meaningful liveness check omits it, and the indicator then reports only that a store is configured.

Return Type

Promise<boolean>

true when the store is reachable

Usage

import { MemorySessionStore } from "session-plugin/src/index.ts";