Uses of Enum Class
org.springframework.boot.data.redis.autoconfigure.RedisProperties.ClientType
Packages that use RedisProperties.ClientType
Package
Description
Auto-configuration for Spring Data Redis.
-
Uses of RedisProperties.ClientType in org.springframework.boot.data.redis.autoconfigure
Subclasses with type arguments of type RedisProperties.ClientType in org.springframework.boot.data.redis.autoconfigureModifier and TypeClassDescriptionstatic enum
Type of Redis client to use.Methods in org.springframework.boot.data.redis.autoconfigure that return RedisProperties.ClientTypeModifier and TypeMethodDescriptionRedisProperties.getClientType()
static RedisProperties.ClientType
Returns the enum constant of this class with the specified name.static RedisProperties.ClientType[]
RedisProperties.ClientType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.data.redis.autoconfigure with parameters of type RedisProperties.ClientTypeModifier and TypeMethodDescriptionvoid
RedisProperties.setClientType
(RedisProperties.ClientType clientType)