RedisStreamPublish
Defined in: src/io/broker/RedisStreamsActor.ts:17
Outbound publish — adds an entry to a Redis stream via XADD.
Properties
Section titled “Properties”fields
Section titled “fields”
readonlyfields:Readonly<Record<string,string>>
Defined in: src/io/broker/RedisStreamsActor.ts:19
maxLenApprox?
Section titled “maxLenApprox?”
readonlyoptionalmaxLenApprox?:number
Defined in: src/io/broker/RedisStreamsActor.ts:21
Optional MAXLEN ~ N cap. Drops oldest when set.
stream
Section titled “stream”
readonlystream:string
Defined in: src/io/broker/RedisStreamsActor.ts:18