aws/EC2
EC2+Springboot+Amazon ElastiCache(redis)
디비드킴
2022. 9. 1. 14:38
ec2에 잘 올렸는데
Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MOVED 8050 아이피:6379
이런 에러가 발생했다 그래서
RedisCommandExecutionException: MOVED Error 처리
로컬에서 잘 작동하던 것이 AWS Redis로 변경하고 아래와 같은 메시지가 발생하였습니다. Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MOVED 13863 **.**.**.**:63..
eblo.tistory.com
이글을 보고해결 했다
RedisClusterConfiguration로
redis 클러스터로 접속한다고 알려줘야 한다