Redis 4

EC2+Springboot+Amazon ElastiCache(redis)

ec2에 잘 올렸는데 Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MOVED 8050 아이피:6379 이런 에러가 발생했다 그래서 https://eblo.tistory.com/146 RedisCommandExecutionException: MOVED Error 처리 로컬에서 잘 작동하던 것이 AWS Redis로 변경하고 아래와 같은 메시지가 발생하였습니다. Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MOVED 13863 **.**.**.**:63.. eblo.tistory.com ..

aws/EC2 2022.09.01

Springboot 결제시스템(3) redis에 저장하기

이제 만들어 진정보를 redis 임시저장후 pg사로 요청하자 흐름 redis저장->pg사 조건으로 변수들만듬->프론트 엔드 전달->프론트에서 pg사 결제창 호출 redis저장 redis 커스텀 객체 map으로 저장하기 모른다면 https://cordingmonster.tistory.com/216?category=1084481 Springboot redis 커스텀 객체넣기 아주 쉽게 넣을 수 있다 redis 연동글 https://velog.io/@devsh/Redis-8-Spring-Boot-Redis-%EC%82%AC%EC%9A%A9%ED%95%B4%EB%B3%B4%EA%B8%B0 [Redis - 8] Spring Boot Redis 사용해보기 Mac OS CatalinaSpring Boo.. cordi..

Jang_bo_go 2022.03.11

Springboot redis 커스텀 객체넣기

아주 쉽게 넣을 수 있다 redis 연동글 https://velog.io/@devsh/Redis-8-Spring-Boot-Redis-%EC%82%AC%EC%9A%A9%ED%95%B4%EB%B3%B4%EA%B8%B0 [Redis - 8] Spring Boot Redis 사용해보기 Mac OS CatalinaSpring Boot 2.42Java 8https://start.spring.io/ 에서 들어가서 설정을 동일하게 해주세요. LombokSpring Boot DevTools Spring WebSpring Data Redis자바 버전은 velog.io 아주 친절하게 설명해 놓으셨다 hash map으로 객체를 저장하려고 해서 redisTemplate.setHashValueSerializer(new Jacks..

Springboot/Redis 2022.03.08