@ConfigurationProperties(value="embedded.redis") public class RedisProperties extends CommonContainerProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_NAME_EMBEDDED_REDIS |
boolean |
clustered |
String |
dockerImage |
String |
host |
String |
password |
int |
port |
boolean |
requirepass |
String |
user |
| Constructor and Description |
|---|
RedisProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
canEqual, equals, getTimeoutDuration, getWaitTimeoutInSeconds, hashCode, isEnabled, setEnabled, setWaitTimeoutInSeconds, toStringpublic static final String BEAN_NAME_EMBEDDED_REDIS
public String dockerImage
public String user
public String password
public String host
public int port
public boolean requirepass
public boolean clustered
@PostConstruct public void init()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.