Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/redis/pubsub.ts>subscribe

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

Type Parameters

optional
TMessage extends ValidMessageType = DefaultMessageType

Parameters

executor: CommandExecutor
...channels: string[]