method ISessionStore.isHealthy
ISessionStore.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 { type ISessionStore } from "common/src/index.ts";