property RedisBackplane.prototype.isHealthy
Since 0.2.0

M70c: present only when both connections expose status and ping; the indicator reads absence as unknown (a minimal fake that lacks the surface has not told us the backend is dead). A subscriber-mode connection refuses every command but (un)subscribe, so the pair is probed separately (M47's two-connection requirement).

Type

() => Promise<boolean>

Usage

import { RedisBackplane } from "realtime-backplane-plugin/src/index.ts";