Package org.springframework.boot.autoconfigure.data.redis
package org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data Redis.
-
ClassDescriptionCallback interface that can be implemented by beans wishing to customize the
ClientResources.Builder
to fine-tune its auto-configuration before it creates theClientResources
.Callback interface that can be implemented by beans wishing to customize theJedisClientConfiguration.JedisClientConfigurationBuilder
to fine-tune its auto-configuration before it creates theJedisClientConfiguration
.Callback interface that can be implemented by beans wishing to customize theLettuceClientConfiguration.LettuceClientConfigurationBuilder
to fine-tune its auto-configuration before it creates theLettuceClientConfiguration
.Callback interface that can be implemented by beans wishing to customize theClientOptions.Builder
to fine-tune its auto-configuration before it creates theClientOptions
of theLettuceClientConfiguration
.Auto-configuration
for Spring Data's Redis support.Details required to establish a connection to a Redis service.Redis cluster configuration.A node in a sentinel or cluster configuration.Redis sentinel configuration.Redis standalone configuration.Configuration properties for Redis.Type of Redis client to use.Cluster properties.Jedis client properties.Lettuce client properties.Pool properties.Redis sentinel properties.Auto-configuration
for Spring Data's reactive Redis support.Auto-configuration
for Spring Data's Redis Repositories.