public class EmbeddedRedis extends Object
Starts Embedded Redis
Helper class for starting and working with an embedded redis. This should be used for testing purposes only
| Constructor and Description |
|---|
EmbeddedRedis() |
| Modifier and Type | Method and Description |
|---|---|
static void |
start(int port)
Starts an embedded redis on the provided port
|
static void |
stop()
Stops the embedded redis
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.