File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
redis-keeper-support/src/test/java/org/codeba/redis/keeper/support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4545
4646 <redis-keeper .version>2024.2.0</redis-keeper .version>
47- <redisson .version>3.15.5 </redisson .version>
47+ <redisson .version>3.35.0 </redisson .version>
4848
4949 <spring .version>5.3.27</spring .version>
5050 <spring-boot .version>2.7.11</spring-boot .version>
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public class AppTest extends TestCase {
7676 static {
7777 // todo please set your address and password
7878 String yourAddress = "redis://localhost:6379" ;
79- String yourPass = "0JBE7Xtf3LxwoIp7 " ;
79+ String yourPass = "youPass " ;
8080 String properties = "redisKeeper:\n " +
8181 " redisson:\n " +
8282 " datasource:\n " +
You can’t perform that action at this time.
0 commit comments