N8n Redis connection failed

when im trying to connect to Redis from n8n
“Saving” is spinning

I tried to put username:pass
into password field but no luck
please advise

Hi,

It looks like “password” field expects the password for the “default” user. So, can you try entering only the password(not username:password) in the password field and try again?

If it doesn’t work, then if you can share some error message, it would help resolve the issue faster.

thanks for reply .
it was sorted by the n8n support team.
At that time they didnt have secure Redis connection possibilities.
they will add it on the next build

It might be possible to pipe it through an stunnel running locally to wherever n8n is, which could be more secure depending on the situation. I had to do this to support munin monitoring on a Redis instance.