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:
timis1
2023-06-02 23:07:07 +03:00
committed by GitHub
parent bb4c9bd411
commit ad2e59fb47
7 changed files with 12 additions and 6 deletions
@@ -38,7 +38,7 @@ public class JedisIntegrationTest {
redisServer = RedisServer.builder()
.port(port)
.setting("maxheap 128M")
.setting("maxmemory 128M")
.build();
redisServer.start();