Constructor and Description |
---|
RedisServer() |
RedisServer(File executable,
Integer port) |
RedisServer(Integer port) |
RedisServer(RedisExecProvider redisExecProvider,
Integer port) |
Modifier and Type | Method and Description |
---|---|
static RedisServerBuilder |
builder() |
boolean |
isActive() |
List<Integer> |
ports() |
protected String |
redisReadyPattern() |
void |
start() |
void |
stop() |
public RedisServer() throws IOException
IOException
public RedisServer(Integer port) throws IOException
IOException
public RedisServer(RedisExecProvider redisExecProvider, Integer port) throws IOException
IOException
public static RedisServerBuilder builder()
protected String redisReadyPattern()
public void start() throws EmbeddedRedisException
start
in interface Redis
EmbeddedRedisException
public void stop() throws EmbeddedRedisException
stop
in interface Redis
EmbeddedRedisException
Copyright © 2015. All Rights Reserved.