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
I've a spring boot app that uses jedis to connect to Redis cluster, I've configured it as below and it's successfully connects to the redis cluster and verifies tls on application startup
however after client connects to cluster it uses the cluster nodes command to discover the topology and stores it, in my case with a 3 cluster size it will be:
Any cache operation after the startup of the application, it will tries to connect to the stored topology which are hostnames that is configured in the Redis cluster, and since it's not the same namespace an exception is thrown:
Describe your question
I've a spring boot app that uses jedis to connect to Redis cluster, I've configured it as below and it's successfully connects to the redis cluster and verifies tls on application startup
however after client connects to cluster it uses the
cluster nodes
command to discover the topology and stores it, in my case with a 3 cluster size it will be:Any cache operation after the startup of the application, it will tries to connect to the stored topology which are hostnames that is configured in the Redis cluster, and since it's not the same namespace an exception is thrown:
What would be the best to resolve it?
What version of redis-operator are you using?
redis-operator version:
0.18.0
Additional context
The text was updated successfully, but these errors were encountered: