728x90
반응형
Spring Data Redis 1.5.2.RELEASE 버전의 LettuceConnectionFactory 에서 사용되던 setTimeout이 2.6.1 버전으로 업그레이드되면서 deprecated 되었습니다.
위의 공식 문서를 참고하여 기존 timeout이 connection timeout인 점을 고려하여 SocketTimeout으로 socket connection timeout을 지정하여 값을 셋팅해줬지만 그럴 필요 없이
1.5.2 버전의 connection timeout == 2.6.1 버전의 command timeout이므로 LettuceClientConfiguration의 commandTimeout 값을 셋팅해주면 됩니다.
728x90
반응형
'버그잡기' 카테고리의 다른 글
[AWS S3] aws-sdk에서 S3에 접근 시 Access Denied 해결 방법 (0) | 2021.06.23 |
---|---|
[React Native] yarnpkg exited with non-zero code: 1 에러 해결 (0) | 2021.02.13 |
[Spring Framework] Failed to read candidate component class 에러 해결법 (0) | 2021.02.13 |
[머신러닝] Colab 에서 module 'tensorflow' has no attribute 'set_random_seed' 에러 날 때 텐서플로우 버전 낮추는 방법 (0) | 2021.01.10 |
[Android] 안드로이드 스튜디오 localhost 연결 에러 (0) | 2021.01.05 |