IMessageQueueAuthConnection interface

Optional credentials for a queue host, forwarded to the Redis client as username and password.

Supply both for a Redis ACL user, or just password for a requirepass-only server. Omit both to connect unauthenticated, which is the default.

Signature:

export interface IMessageQueueAuthConnection 

Properties

Property

Modifiers

Type

Description

password?

string

(Optional) Password for the queue host.

username?

string

(Optional) Redis ACL user name. Omit for a server that only uses requirepass.

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