It is not possible to connect to redis with username and password

Describe the problem/error/question

I have a current Redis connection that works, it does not require a user, but we migrated to another Redis that provided us with a user and password, but the connector does not have the option to insert the user, we have tried to put in the password field like this: user-password, user:password and nothing works.-

WRONGPASs invalid username-password pair

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @Daniel_Soares1 !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


We have raised an internal request with our engineering team to have Redis client upgraded to be able to support usernames in Redis credentials. Thanks for bringing it to our attention.