Replies: 6 comments 25 replies
|
Hi @ronenlinx client = await GlideClusterClient.create(GlideClusterClientConfiguration([NodeAddress(address, port)], use_tls=True))Your code looks valid. |
|
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. |
|
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. |
|
Hi @ronenlinx |
|
Hi was this ever resolved? I am facing the same issue |
|
Dropping a note to say I'm also experiencing the same issue that is resolved by increasing the default valkey-glide@1.3.2, 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. |
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 gettingClosingErrorwithtimed_outexception. When i try to connect to the instance usingredis-cliit works. Even tried to connect using theGlideClientand same. What am i missing?This is the code im using to create the client
All reactions