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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: