Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/mod.ts>RedisPubSubMessage

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
interface RedisPubSubMessage
import { type RedisPubSubMessage } from "https://deno.land/x/redis@v0.33.0/mod.ts";

Type Parameters

optional
TMessage = DefaultMessageType

Properties

optional
pattern: string
channel: string
message: TMessage