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

x/redis/stream.ts>XPendingCount

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

Represents a pending message parsed from xpending.

Properties

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