Replies: 4 comments 7 replies
-
Hi @ronenlinx client = await GlideClusterClient.create(GlideClusterClientConfiguration([NodeAddress(address, port)], use_tls=True)) Your code looks valid. |
Beta Was this translation helpful? Give feedback.
-
Can you post the command line you use to connect to Note: make sure the TLS flag is correct. If not, the client will timeout failing to connect. |
Beta Was this translation helpful? Give feedback.
-
Do you have any other backtrace from the error? We had an issue with serverless with node-client, which been fix but planned to be released at the end of NOV with 1.2. |
Beta Was this translation helpful? Give feedback.
-
Hi @ronenlinx |
Beta Was this translation helpful? Give feedback.
-
Im using AWS Elasticache with Valkey serverless instance and im failing to create
GlideClusterClient
. Im gettingClosingError
withtimed_out
exception. When i try to connect to the instance usingredis-cli
it works. Even tried to connect using theGlideClient
and same. What am i missing?This is the code im using to create the client
Beta Was this translation helpful? Give feedback.
All reactions