RedisStreamPublish
このコンテンツはまだ日本語訳がありません。
RedisStreamPublish =
object
Defined in: src/io/broker/RedisStreamsActor.ts:18
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:20
maxLenApprox?
Section titled “maxLenApprox?”
readonlyoptionalmaxLenApprox?:number
Defined in: src/io/broker/RedisStreamsActor.ts:22
Optional MAXLEN ~ N cap. Drops oldest when set.
stream
Section titled “stream”
readonlystream:string
Defined in: src/io/broker/RedisStreamsActor.ts:19
