@ConfigurationProperties(prefix="spring.redis") public class RedisProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RedisProperties.Pool
Pool properties.
|
static class |
RedisProperties.Sentinel
Redis sentinel properties.
|
Constructor and Description |
---|
RedisProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getDatabase() |
String |
getHost() |
String |
getPassword() |
RedisProperties.Pool |
getPool() |
int |
getPort() |
RedisProperties.Sentinel |
getSentinel() |
void |
setDatabase(int database) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPool(RedisProperties.Pool pool) |
void |
setPort(int port) |
void |
setSentinel(RedisProperties.Sentinel sentinel) |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getPassword()
public void setPassword(String password)
public RedisProperties.Pool getPool()
public void setPool(RedisProperties.Pool pool)
public int getDatabase()
public void setDatabase(int database)
public RedisProperties.Sentinel getSentinel()
public void setSentinel(RedisProperties.Sentinel sentinel)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.