| Constructor and Description |
|---|
RedisServer() |
RedisServer(File executable,
int port) |
RedisServer(int port) |
RedisServer(RedisExecProvider redisExecProvider,
int 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(int port)
throws IOException
IOExceptionpublic RedisServer(File executable, int port)
public RedisServer(RedisExecProvider redisExecProvider, int 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 © 2017. All rights reserved.