Skip to main content
Module

x/redis/stream.ts>XIdGroupRead

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

ID input type for XGROUPREAD, which is allowed to include the ">" operator. We include an array format for ease of use, where the first element is the epochMillis, second is seqNo.

definition: XIdInput | ">"