Skip to content

Commit

Permalink
restore password in CustomRedisCachingProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
sheridancbio committed Aug 21, 2024
1 parent 6272157 commit dc36c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public RedissonClient getRedissonClient() {
.setMasterAddress(leaderAddress)
.addSlaveAddress(followerAddress)
.setDatabase(database);
//.setPassword(password);
.setPassword(password);

RedissonClient redissonClient = Redisson.create(config);
LOG.debug("Created Redisson Client: " + redissonClient);
Expand Down

0 comments on commit dc36c3a

Please sign in to comment.