Skip to main content
Module

x/redis/stream.ts>XGroupDetail

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

Child of the return type for xinfo_stream_full

Properties

name: string
lastDeliveredId: XId
pelCount: number
pending: XPendingCount[]
consumers: XConsumerDetail[]