Class RedisProperties

java.lang.Object
org.springframework.boot.autoconfigure.data.redis.RedisProperties
cn.jslim.redis.domain.RedisProperties

@ConfigurationProperties(prefix="jslim.redis") public class RedisProperties 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, org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
  • 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, getSsl, getTimeout, getUrl, getUsername, setClientName, setClientType, setCluster, setConnectTimeout, setDatabase, setHost, setPassword, setPort, setSentinel, setTimeout, setUrl, setUsername

    Methods inherited from class java.lang.Object

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

    • RedisProperties

      public RedisProperties()