RedisQueue.redisKey property

The host:port address of the redis server this queue talks to.

Signature:

readonly redisKey: string;

Remarks

This is not an instance identifier. It is deliberately shared by every queue in the process that targets the same server, and is the key under which the writer and watcher connections (and the writer reference count) are stored. It includes neither the key prefix nor the credentials, so two queues differing only in those share the same underlying connections — the first one created wins.

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