public interface Redis
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive() |
List<Integer> |
ports() |
void |
start() |
void |
stop() |
boolean isActive()
void start()
throws EmbeddedRedisException
EmbeddedRedisExceptionvoid stop() throws EmbeddedRedisException
EmbeddedRedisExceptionCopyright © 2020. All rights reserved.