Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending on connection to aws elasti cache if tls property is not set #1924

Open
mykhailo-maidan opened this issue Oct 18, 2024 · 1 comment

Comments

@mykhailo-maidan
Copy link

I am using library to connect to the AWS ElastiCache and I figured out that when I forget to set tls to true on call await redis.get() library just stuck on this call without any exception that wrong connection or something like this. Ok I forget to set TLS but why need to be in a loop in that line. It is very unpredicted behavior I would expect the exception or null as return. Instead of be in infinity loop.

@diegoaguilar
Copy link

Root for this, I think it's not just "AWS" but TLS dependent connections. It should probably be noted at the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants