method IRedisBackplaneClient.ping
Since 0.2.0
IRedisBackplaneClient.ping(): Promise<unknown>

M70c: resolves when this connection is alive. Optional so a minimal injected fake still type-checks; the real ioredis client exposes it.

Return Type

Promise<unknown>

Usage

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