Class 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
    • 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 Detail

      • RedisConfigurationProperties

        public RedisConfigurationProperties()