Skip to main content
Module

x/redis/stream.ts>XInfoStreamFullReply

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

Properties

length: number
radixTreeKeys: number
radixTreeNodes: number
lastGeneratedId: XId
entries: XMessage[]
groups: XGroupDetail[]