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
The documentation says that there is default reconnectStrategy of exponential backoff.
But does this apply to createCluster() as well?
I see that reconnectStrategy is hard coded to false here in cluster-slots.ts
What is the right understanding? How can I specify the reconnect strategy for cluster cases?
Description
The documentation says that there is default reconnectStrategy of exponential backoff.
But does this apply to createCluster() as well?
I see that reconnectStrategy is hard coded to false here in cluster-slots.ts
What is the right understanding? How can I specify the reconnect strategy for cluster cases?
Here is my connection code:
The text was updated successfully, but these errors were encountered: