JAVA-20164 Add missing dependency (#14137)
* JAVA-20164 Add missing dependency * JAVA-20164 Fix redis config file error maxheap --------- Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
@@ -38,7 +38,7 @@ public class JedisIntegrationTest {
|
||||
|
||||
redisServer = RedisServer.builder()
|
||||
.port(port)
|
||||
.setting("maxheap 128M")
|
||||
.setting("maxmemory 128M")
|
||||
.build();
|
||||
redisServer.start();
|
||||
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ public class RedissonConfigurationIntegrationTest {
|
||||
|
||||
redisServer = RedisServer.builder()
|
||||
.port(port)
|
||||
.setting("maxheap 128M")
|
||||
.setting("maxmemory 128M")
|
||||
.build();
|
||||
redisServer.start();
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ public class RedissonIntegrationTest {
|
||||
public static void setUp() {
|
||||
redisServer = RedisServer.builder()
|
||||
.port(6379)
|
||||
.setting("maxheap 128M")
|
||||
.setting("maxmemory 128M")
|
||||
.build();
|
||||
redisServer.start();
|
||||
client = Redisson.create();
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ public class DeleteEverythingInRedisIntegrationTest {
|
||||
|
||||
redisServer = RedisServer.builder()
|
||||
.port(port)
|
||||
.setting("maxheap 128M")
|
||||
.setting("maxmemory 128M")
|
||||
.build();
|
||||
redisServer.start();
|
||||
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ public class NaiveApproachIntegrationTest {
|
||||
|
||||
redisServer = RedisServer.builder()
|
||||
.port(port)
|
||||
.setting("maxheap 128M")
|
||||
.setting("maxmemory 128M")
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ public class ScanStrategyIntegrationTest {
|
||||
|
||||
redisServer = RedisServer.builder()
|
||||
.port(port)
|
||||
.setting("maxheap 128M")
|
||||
.setting("maxmemory 128M")
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user