You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting io.vertx.core.impl.NoStackTraceThrowable: Cannot connect to any of the provided endpoints Error while trying to connect to redis in replication mode
#401
Open
vasusethia1 opened this issue
Jul 26, 2023
· 4 comments
Getting io.vertx.core.impl.NoStackTraceThrowable: Cannot connect to any of the provided endpoints Error while trying to connect to redis in replication mode. I am defining a bean to return RedisApi. I am using aws redis
I'm running into the same issue trying to connect to an Elasticache cluster (cluster mode disabled) with one master and one slave. I was hoping to leverage the slave for reads.
I believe my issue was actually that Elasticache requires SSL, so I changed the scheme to rediss:// and now it's working for me. It looks like you may be making the same mistake.
Version
I am facing issue for the redis version 4.4.0
Context
Getting io.vertx.core.impl.NoStackTraceThrowable: Cannot connect to any of the provided endpoints Error while trying to connect to redis in replication mode. I am defining a bean to return RedisApi. I am using aws redis
This is how I have configured my redis options
The text was updated successfully, but these errors were encountered: