public static class ServiceProperties.RedisServerProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PORT |
Constructor and Description |
---|
RedisServerProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindAddress() |
int |
getPort() |
void |
setBindAddress(java.lang.String bindAddress) |
void |
setPort(int port) |
public static final int DEFAULT_PORT