# ClusteredRedisQueue.eventNames() method · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.clusteredredisqueue.eventnames/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Returns the event names reported by a single representative emitter.

**Signature:**

```typescript
eventNames(): (keyof EventMap)[];
```
**Returns:**

(keyof [EventMap](https://imqueue.org/api/core/latest/core.eventmap/))\[\]

the event names from the first server's queue, or from the internal template when the cluster is empty

## Remarks

Like [ClusteredRedisQueue.listenerCount()](https://imqueue.org/api/core/latest/core.clusteredredisqueue.listenercount/), this does not aggregate across the cluster.

