| 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
IOExceptionpublic RedisServer(Integer port) throws IOException
IOExceptionpublic RedisServer(RedisExecProvider redisExecProvider, Integer port) throws IOException
IOExceptionpublic static RedisServerBuilder builder()
protected String redisReadyPattern()
public void start()
throws EmbeddedRedisException
start in interface RedisEmbeddedRedisExceptionpublic void stop()
throws EmbeddedRedisException
stop in interface RedisEmbeddedRedisExceptionCopyright © 2015. All Rights Reserved.