public class RedisServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RedisServer.Builder |
| Constructor and Description |
|---|
RedisServer(File executable,
Integer port) |
RedisServer(Integer port) |
| Modifier and Type | Method and Description |
|---|---|
static RedisServer.Builder |
builder() |
boolean |
isActive() |
void |
start() |
void |
stop() |
public RedisServer(Integer port) throws IOException
IOExceptionpublic static RedisServer.Builder builder()
public boolean isActive()
public void start()
throws IOException
IOExceptionpublic void stop()
throws InterruptedException
InterruptedExceptionCopyright © 2021. All Rights Reserved.