Skip to main content
Module

x/redis/stream.ts>XReadStream

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
type alias XReadStream
import { type XReadStream } from "https://deno.land/x/redis@v0.32.2/stream.ts";
definition: { key: string; messages: XMessage[]; }