import * as redis from "https://deno.land/x/redis@v0.34.0/stream.ts";
Interfaces
Used in the XPENDING command, all three of these args must be specified if any are specified. | |
Child of XINFO STREAMS FULL response | |
Child of the return type for xinfo_stream_full | |
I XId | |
A consumer parsed from xinfo command. | |
Represents a pending message parsed from xpending. | |
Type Aliases
ID input type for XADD, which is allowed to include the "*" operator. | |
Allow special $ ID for XGROUP CREATE | |
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. | |
Flexible input type for commands which require message ID to be passed (represented in lower-level Redis API as "1000-0" etc). | |
Allows special minimum ID for XRANGE and XREVRANGE | |
Allows special maximum ID for XRANGE and XREVRANGE | |
Response to XINFO GROUPS | |