Hi,
I am trying to connect jasmin to a redis cluster and it is throwing the below error
Cannot start RedisClient: Redis error: could not auth: WRONGPASS invalid username-password pair or user is disabled.
I am sure, I am passing the correct credentials and host.
Upon verifying the existing jasmin code, it seems it can only support redis which autenticates with password alone. There is no option to pass username
Can someone please help on providing a solution for this. I have configured Jasmin as kubernetes container using the image version 0.10.12.
I also checked the code base of the latest 0.11.1 version of Jasmin and that too does not seem to support username based redis.
Thanks & Regards
Achyut Menon