We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4075c33 commit 6ee42aaCopy full SHA for 6ee42aa
src/main/java/cmf/commitField/global/config/RedisConfig.java
@@ -30,7 +30,7 @@ public RedissonClient redissonClient() {
30
Config config = new Config();
31
//로컬 환경에서 .setAddress("redis://127.0.0.1:6379")로 수정 필요
32
config.useSingleServer()
33
- .setAddress("redis://172.17.0.1:6379")
+ .setAddress("redis://redis:6379")
34
.setPassword(password); // 비밀번호 추가
35
return Redisson.create(config);
36
}
0 commit comments