Are you an LLM? You can read better optimized documentation at /documentation/api/core/interfaces/IdempotencyOptions.md for this page in Markdown format
ws-asyncapi API / core / IdempotencyOptions
Interface: IdempotencyOptions
Defined in: .api-entries/core/index.d.ts:543
Properties
ttlMs?
optionalttlMs?:number
Defined in: .api-entries/core/index.d.ts:545
how long a key's result is retained (default: 120_000ms, matching NATS)
maxKeys?
optionalmaxKeys?:number
Defined in: .api-entries/core/index.d.ts:547
max distinct keys retained; oldest evicted past this (default: 10_000)