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

x/redis/mod.ts>XGroupDetail

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

Child of the return type for xinfo_stream_full

Properties

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