Spring Redis를 클라이언트에 연결하는 데 문제가 있습니다. 그래서 호스트 이름을 가진 프록시가 있고 3 개의 redis 노드가 있지만 하나만 사용할 수 있습니다. LettuceConnectionFactory를 사용하여 연결을 만듭니다. 응용 프로그램이 클라이언트에 연결을 시도 할 때 나는 예외 가지고 : 나는 레디 스 바탕 화면 관리자에서 연결하려고하면 작동 ... 대신스프링 데이터 redis가 Redis DNS 프록시에 연결할 수 없음
Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration: Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis on unavailableIP:13376; nested exception is com.lambdaworks.redis.RedisConnectionException: Unable to connect to /unavailableIP:13376
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration: Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis on unavailableIP:13376; nested exception is com.lambdaworks.redis.RedisConnectionException: Unable to connect to /unavailableIP:13376
Caused by: org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis on unavailableIP:13376; nested exception is com.lambdaworks.redis.RedisConnectionException: Unable to connect to /unavailableIP:13376
Caused by: com.lambdaworks.redis.RedisConnectionException: Unable to connect to /unavailableIP:13376
Caused by: java.net.ConnectException: Connection refused: no further information: /unavailableIP:13376"}}
을 ..
는 적용 할 수있는 방법이 있나요 사용 가능한 IP를 얻으려면 "다시 시도"하시겠습니까?