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 it is what identifies that server in logs. It includes neither the key prefix nor the credentials.

It is no longer the whole of the connection pool key — see — because connections differing in their transport security must not be shared.

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