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 |
|---|---|---|---|
|
string |
(Optional) Password for the queue host. | ||
|
string |
(Optional) Redis ACL user name. Omit for a server that only uses |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.