com.github.kstyrc
embedded-reids
0.6
org.springframework.data
spring-data-redis
2.2.6.RELEASE
redis.clients
jedis
3.1.0
RedisServer redisServer = RedisServer.builder().setting("maxheap 200m").port(6379).setting("bind localhost").build();
redisServer.start();