Skip to main content
Module

x/redis/pubsub.ts>RedisPubSubMessage

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
interface RedisPubSubMessage
import { type RedisPubSubMessage } from "https://deno.land/x/redis@v0.32.2/pubsub.ts";

Type Parameters

optional
TMessage = DefaultMessageType

Properties

optional
pattern: string
channel: string
message: TMessage