LangGraph today expects either a Redis or RedisCluster client. This is due to the differences in how clustered Redis works for OSS/dev and cloud like AMR. Enterprise proxy allows for chatter over a single/standard endpoint and thus no RedisCluster client class is needed. Fix the internal discovery logic to handle this case. The expected workaround is the set cluster_mode = True on the checkpoint saver class manually for now.