database/redis

오류 내용Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException 확인하기먼저 intelliJ - Database를 이용해 redis test connection을 확인해주었다.아래 설정 파일에서 해당부분을 설정해주었다.여기서 test connection이 성공한 host와 port가 일치한지 확인 해주었다.@Configuration@EnableRedisRepositoriespublic class RedisConfig { @Value("${spring.data.redis.host}") private Stri..
WSL(Windows Subsystem for Linux)wsl --install윈도우에서 리눅스 환경처럼 Powershell을 Bash 처럼 사용할 수 있게 해주며 Linux 명령어(sed, awk, vim, apt 등)와 커널을 이용할 수 있게 해준다. 설치 및 실행https://redis.io/docs/install/install-redis/install-redis-on-windows/ Install Redis on WindowsUse Redis on Windows for developmentredis.io문서에 확인하면 설치와 실행하는 방법이 나온다. 설치curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyr..
je-pa
'database/redis' 카테고리의 글 목록