@ConfigurationProperties(prefix="spring.redis") public class RedisProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RedisProperties.Cluster
Cluster properties.
|
static class |
RedisProperties.Jedis
Jedis client properties.
|
static class |
RedisProperties.Lettuce
Lettuce client properties.
|
static class |
RedisProperties.Pool
Pool properties.
|
static class |
RedisProperties.Sentinel
Redis sentinel properties.
|
Constructor and Description |
---|
RedisProperties() |
Modifier and Type | Method and Description |
---|---|
RedisProperties.Cluster |
getCluster() |
int |
getDatabase() |
String |
getHost() |
RedisProperties.Jedis |
getJedis() |
RedisProperties.Lettuce |
getLettuce() |
String |
getPassword() |
int |
getPort() |
RedisProperties.Sentinel |
getSentinel() |
int |
getTimeout() |
String |
getUrl() |
boolean |
isSsl() |
void |
setCluster(RedisProperties.Cluster cluster) |
void |
setDatabase(int database) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setSentinel(RedisProperties.Sentinel sentinel) |
void |
setSsl(boolean ssl) |
void |
setTimeout(int timeout) |
void |
setUrl(String url) |
public int getDatabase()
public void setDatabase(int database)
public String getUrl()
public void setUrl(String url)
public String getHost()
public void setHost(String host)
public String getPassword()
public void setPassword(String password)
public int getPort()
public void setPort(int port)
public boolean isSsl()
public void setSsl(boolean ssl)
public void setTimeout(int timeout)
public int getTimeout()
public RedisProperties.Sentinel getSentinel()
public void setSentinel(RedisProperties.Sentinel sentinel)
public RedisProperties.Cluster getCluster()
public void setCluster(RedisProperties.Cluster cluster)
public RedisProperties.Jedis getJedis()
public RedisProperties.Lettuce getLettuce()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.