Hi @tokar86a ,
You should be able to set the Redis DSN with the password.
Something like:
redis://user:[email protected]:6379
or
redis://[email protected]:6379
We are using the symfony cache component, so here is a documentation for the DSN configuration.
Please let me know it it works for you,
Thanks
Thread Starter
Anonymous User
(@anonymized-6417141)
Hi @crowdsec
Getting following error: WRONGPASS invalid username-password pair or user is disabled. Even if i have password option enable and is working whit another plugin and i am able to connect whit a desktop App Another Redis Desktop Manager whit the password
But if i use redis://redis:6379 it seems to connect and change cashing but nothing seems to be store in the database when i check. All is empty in the database.
Seems strange and it should be working whit password that i have enter.
-
This reply was modified 2 years, 7 months ago by
Anonymous User.
-
This reply was modified 2 years, 7 months ago by
Anonymous User.
-
This reply was modified 2 years, 7 months ago by
Anonymous User.
Thread Starter
Anonymous User
(@anonymized-6417141)
Was able to get it to work whit help of this: https://github.com/redis/node-redis/issues/1591#issuecomment-979068049 and changing my password to not include special symbols like @. Now it seems to be connecting and saving information.
Hi, I’m closing this issue. Happy to continue the conversation here or elsewhere.