-
에러 기록 : [ redisTemplate.executePipelined() ] Callback cannot return a non-null value as it gets overwritten by the pipeline에러기록 2023. 12. 12. 00:01
Callback cannot return a non-null value as it gets overwritten by the pipeline
108번째 줄에 보이는 return 에 null이 아닌 다른 무언가를 입력하면 나타나는 에러이다.
이럴거면 return 왜 있지 ;;https://stackoverflow.com/questions/46323026/spring-data-redis-redis-pipeline-returning-always-null
return은 파이프라인 명령의 결과를 반환하기 위해 폐기되므로 null이어야 한다고 한다.
이럴거면 return 왜 있지 ;;2222'에러기록' 카테고리의 다른 글
에러 기록 : Spring data envers + h2 db 사용 시 repository 빈 등록 실패 (0) 2023.12.15 에러 기록: org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation (0) 2023.12.15 에러 기록 : 타임리프 구문해석 오류 (0) 2023.12.10 뿌띠 putty : Connection timed out 오류시 (0) 2023.12.08 (링크) 에러기록 : ava 8 date/time type `java.time.LocalDateTime` not supported by default (0) 2023.12.07