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
Add support for when cluster endpoint is not available
Modify `get_cluster_info` to include a timeout (defaults to 3 seconds) and
gracefully degrade when the ElastiCache cluster configuration endpoint isn't
available by returning the provided `host` and `port` in the `nodes` list.
I also added an additional test to the protocol test suite to cover the
additional functionality.
0 commit comments