public class RedisC extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
WAITING_TIME_SHUTDOWN_IN_MS |
| Constructor and Description |
|---|
RedisC() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getCommandLine(RedisCliConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet rediscExecutable) |
static boolean |
sendShutdown(de.flapdoodle.embed.process.distribution.IVersion redisVersion,
InetAddress hostname,
int port,
boolean isNested) |
public static final int WAITING_TIME_SHUTDOWN_IN_MS
public static List<String> getCommandLine(RedisCliConfig config, de.flapdoodle.embed.process.extract.IExtractedFileSet rediscExecutable) throws UnknownHostException
UnknownHostExceptionpublic static boolean sendShutdown(de.flapdoodle.embed.process.distribution.IVersion redisVersion,
InetAddress hostname,
int port,
boolean isNested)
Copyright © 2013. All Rights Reserved.