ClusterServer interface

A server registered in a ClusteredRedisQueue: its address, plus the RedisQueue instance serving that host.

Returned by ClusteredRedisQueue.addServer() so callers can address or inspect one specific host of the cluster.

Signature:

export interface ClusterServer extends IMessageQueueConnection 

Extends: IMessageQueueConnection

Properties

Property

Modifiers

Type

Description

imq?

RedisQueue

(Optional) Queue instance created for this host. Present once the server has been registered; the queue may still be starting.

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