Redis Sentinel with TLS #2205
Unanswered
AbdullahAlShaad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed 3 Sentinel instances with TLS enabled and 3 Redis instances with TLS disabled. Those Sentinels are monitoring Redis instances. Now I create a go-redis client using Redis Nodes's addresses. Now, I can't ping the redis instances. As the Redis instances does not have TLS enabled I have created the client without TLS option. Does this Redis client tries to connect with Sentinels in the process ? If yes, how does it finds the Sentinels ?
Beta Was this translation helpful? Give feedback.
All reactions