Skip to main content
Module

x/redis/pubsub.ts>subscribe

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

Type Parameters

optional
TMessage extends ValidMessageType = DefaultMessageType

Parameters

executor: CommandExecutor
...channels: string[]

Returns

Promise<RedisSubscription<TMessage>>