method IRedisBackplaneClient.off
IRedisBackplaneClient.off(
event: string,
listener: (
channel: string,
message: string
) => void
): void

Removes a previously registered listener.

Parameters

event: string

The event name

listener: (
channel: string,
message: string
) => void

The listener to remove

Return Type

void

Usage

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