Skip to main content
Module

x/redis/stream.ts>XPendingCount

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

Represents a pending message parsed from xpending.

Properties

xid: XId
owner: string
lastDeliveredMs: number
timesDelivered: number