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

x/redis/pubsub.ts>psubscribe

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

Type Parameters

optional
TMessage extends ValidMessageType = DefaultMessageType

Parameters

executor: CommandExecutor
...patterns: string[]