Skip to content

Commit

Permalink
redis config ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Feb 7, 2024
1 parent 9ca642d commit 1374360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public RedisConnectionFactory redisConnectionFactory() {
LettuceConnectionFactory lettuceConnectionFactory = new LettuceConnectionFactory();
lettuceConnectionFactory.setHostName(redisProperties.getHost());
lettuceConnectionFactory.setPort(redisProperties.getPort());
lettuceConnectionFactory.setPassword(redisProperties.getPassword());
// lettuceConnectionFactory.setPassword(redisProperties.getPassword());
return lettuceConnectionFactory;
}

Expand Down

0 comments on commit 1374360

Please sign in to comment.