Package io.meeds.deeds.redis
Class RedisConfigurationProperties
java.lang.Object
org.springframework.boot.autoconfigure.data.redis.RedisProperties
io.meeds.deeds.redis.RedisConfigurationProperties
@Configuration
@ConfigurationProperties(prefix="meeds.redis")
public class RedisConfigurationProperties
extends org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.autoconfigure.data.redis.RedisProperties
org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType, org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster, org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis, org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce, org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool, org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.autoconfigure.data.redis.RedisProperties
getClientName, getClientType, getCluster, getConnectTimeout, getDatabase, getHost, getJedis, getLettuce, getPassword, getPort, getSentinel, getTimeout, getUrl, getUsername, isSsl, setClientName, setClientType, setCluster, setConnectTimeout, setDatabase, setHost, setPassword, setPort, setSentinel, setSsl, setTimeout, setUrl, setUsername
-
Constructor Details
-
RedisConfigurationProperties
public RedisConfigurationProperties()
-