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

x/redis/mod.ts>XIdGroupRead

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
type alias XIdGroupRead
import { type XIdGroupRead } from "https://deno.land/x/redis@v0.33.0/mod.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 | ">"