Revert "BAEL-4134"
This commit is contained in:
committed by
GitHub
parent
dffa1f64e6
commit
485b4e3e99
@@ -48,7 +48,7 @@ public class RedissonConfigurationIntegrationTest {
|
||||
public void givenJavaConfig_thenRedissonConnectToRedis() {
|
||||
Config config = new Config();
|
||||
config.useSingleServer()
|
||||
.setAddress(String.format("127.0.0.1:%s", port));
|
||||
.setAddress(String.format("redis://127.0.0.1:%s", port));
|
||||
|
||||
client = Redisson.create(config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user