ClusteredRedisQueue.eventNames() method

Returns the event names reported by a single representative emitter.

Signature:

eventNames(): (keyof EventMap)[];

Returns:

(keyof EventMap)[]

the event names from the first server's queue, or from the internal template when the cluster is empty

Remarks

Like ClusteredRedisQueue.listenerCount(), this does not aggregate across the cluster.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.