public class RedisAccessor extends Object implements InitializingBean
RedisTemplate defining common properties. Not intended to be used directly.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Logger available to subclasses
|
| Constructor and Description |
|---|
RedisAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
RedisConnectionFactory |
getConnectionFactory()
Returns the connectionFactory.
|
void |
setConnectionFactory(RedisConnectionFactory connectionFactory)
Sets the connection factory.
|
protected final org.apache.commons.logging.Log logger
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic RedisConnectionFactory getConnectionFactory()
public void setConnectionFactory(RedisConnectionFactory connectionFactory)
connectionFactory - The connectionFactory to set.