Replies: 6 comments 25 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.
-
Hi was this ever resolved? I am facing the same issue |
Beta Was this translation helpful? Give feedback.
-
Dropping a note to say I'm also experiencing the same issue that is resolved by increasing the default [email protected], nodejs 22.15, macOS (M2 Pro)
Initially, it's unable to establish a connection to the primary node. Once a connection is established, it remains unable to connect the replica node, repeating the refresh connections logic. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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