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
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedisConfigurationProperties

      public RedisConfigurationProperties()