Index
All Classes and Interfaces|All Packages
C
- ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
ClientResources.Builderto fine-tune its auto-configuration before it creates theClientResources. - Cluster() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- Cluster() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster
- createContributor(Map) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- createIndicator(RedisConnectionFactory) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createIndicator(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- customize(ClientOptions.Builder) - Method in interface org.springframework.boot.data.redis.autoconfigure.LettuceClientOptionsBuilderCustomizer
-
Customize the
ClientOptions.Builder. - customize(ClientResources.Builder) - Method in interface org.springframework.boot.data.redis.autoconfigure.ClientResourcesBuilderCustomizer
-
Customize the
ClientResources.Builder. - customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.data.redis.autoconfigure.JedisClientConfigurationBuilderCustomizer
-
Customize the
JedisClientConfiguration.JedisClientConfigurationBuilder. - customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.data.redis.autoconfigure.LettuceClientConfigurationBuilderCustomizer
-
Customize the
LettuceClientConfiguration.LettuceClientConfigurationBuilder.
D
- DataRedisAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure
-
Auto-configurationfor Spring Data's Redis support. - DataRedisAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisAutoConfiguration
- DataRedisConnectionDetails - Interface in org.springframework.boot.data.redis.autoconfigure
-
Details required to establish a connection to a Redis service.
- DataRedisConnectionDetails.Cluster - Interface in org.springframework.boot.data.redis.autoconfigure
-
Redis cluster configuration.
- DataRedisConnectionDetails.MasterReplica - Interface in org.springframework.boot.data.redis.autoconfigure
-
Redis master replica configuration.
- DataRedisConnectionDetails.Node - Record Class in org.springframework.boot.data.redis.autoconfigure
-
A node in a sentinel or cluster configuration.
- DataRedisConnectionDetails.Sentinel - Interface in org.springframework.boot.data.redis.autoconfigure
-
Redis sentinel configuration.
- DataRedisConnectionDetails.Standalone - Interface in org.springframework.boot.data.redis.autoconfigure
-
Redis standalone configuration.
- DataRedisHealthContributorAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure.health
-
Auto-configurationforDataRedisHealthIndicator. - DataRedisHealthIndicator - Class in org.springframework.boot.data.redis.health
-
Simple implementation of a
HealthIndicatorreturning status information for Redis data stores. - DataRedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.data.redis.health.DataRedisHealthIndicator
- DataRedisProperties - Class in org.springframework.boot.data.redis.autoconfigure
-
Configuration properties for Redis.
- DataRedisProperties() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- DataRedisProperties.ClientType - Enum Class in org.springframework.boot.data.redis.autoconfigure
-
Type of Redis client to use.
- DataRedisProperties.Cluster - Class in org.springframework.boot.data.redis.autoconfigure
-
Cluster properties.
- DataRedisProperties.Jedis - Class in org.springframework.boot.data.redis.autoconfigure
-
Jedis client properties.
- DataRedisProperties.Lettuce - Class in org.springframework.boot.data.redis.autoconfigure
-
Lettuce client properties.
- DataRedisProperties.Lettuce.Cluster - Class in org.springframework.boot.data.redis.autoconfigure
- DataRedisProperties.Lettuce.Cluster.Refresh - Class in org.springframework.boot.data.redis.autoconfigure
- DataRedisProperties.Masterreplica - Class in org.springframework.boot.data.redis.autoconfigure
-
Master Replica properties.
- DataRedisProperties.Pool - Class in org.springframework.boot.data.redis.autoconfigure
-
Pool properties.
- DataRedisProperties.Sentinel - Class in org.springframework.boot.data.redis.autoconfigure
-
Redis sentinel properties.
- DataRedisProperties.Ssl - Class in org.springframework.boot.data.redis.autoconfigure
- DataRedisReactiveAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure
-
Auto-configurationfor Spring Data's reactive Redis support. - DataRedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisReactiveAutoConfiguration
- DataRedisReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure.health
-
Auto-configurationforDataRedisReactiveHealthIndicator. - DataRedisReactiveHealthIndicator - Class in org.springframework.boot.data.redis.health
-
A
ReactiveHealthIndicatorfor Redis. - DataRedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.data.redis.health.DataRedisReactiveHealthIndicator
- DataRedisRepositoriesAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure
-
Auto-configurationfor Spring Data's Redis Repositories. - DataRedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisRepositoriesAutoConfiguration
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.data.redis.health.DataRedisHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.data.redis.health.DataRedisReactiveHealthIndicator
E
- equals(Object) - Method in record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Indicates whether some other object is "equal to" this one.
G
- getBundle() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Ssl
- getClientName() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getClientType() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getCluster() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
Redis cluster configuration.
- getCluster() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getCluster() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- getConnectTimeout() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getDatabase() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Sentinel
-
Database index used by the connection factory.
- getDatabase() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
-
Database index used by the connection factory.
- getDatabase() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getEnabled() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- getHost() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
-
Redis server host.
- getHost() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getJedis() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getLettuce() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getMaster() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Sentinel
-
Name of the Redis server.
- getMaster() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- getMasterreplica() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getMasterReplica() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
Redis master replica configuration.
- getMaxActive() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- getMaxIdle() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- getMaxRedirects() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- getMaxWait() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- getMinIdle() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- getNodes() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Cluster
-
Nodes to bootstrap from.
- getNodes() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.MasterReplica
-
Static nodes to use.
- getNodes() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Sentinel
-
List of nodes.
- getNodes() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- getNodes() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Masterreplica
- getNodes() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- getPassword() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
Login password of the redis server.
- getPassword() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Sentinel
-
Password for authenticating with sentinel(s).
- getPassword() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getPassword() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- getPeriod() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
- getPool() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Jedis
- getPool() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- getPort() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
-
Redis server port.
- getPort() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getReadFrom() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- getRefresh() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster
- getSentinel() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
Redis sentinel configuration.
- getSentinel() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getShutdownTimeout() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- getSsl() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getSslBundle() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
SSL bundle to use.
- getStandalone() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
Redis standalone configuration.
- getTimeBetweenEvictionRuns() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- getTimeout() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getUrl() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getUsername() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails
-
Login username of the redis server.
- getUsername() - Method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Sentinel
-
Login username for authenticating with sentinel(s).
- getUsername() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- getUsername() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
H
- hashCode() - Method in record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Returns a hash code value for this object.
- host() - Method in record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Returns the value of the
hostrecord component.
I
- isAdaptive() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
- isDynamicRefreshSources() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
- isEnabled() - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Ssl
J
- Jedis() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Jedis
- JEDIS - Enum constant in enum class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.ClientType
-
Use the Jedis redis client.
- JedisClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
JedisClientConfiguration.JedisClientConfigurationBuilderto fine-tune its auto-configuration before it creates theJedisClientConfiguration.
L
- Lettuce() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- LETTUCE - Enum constant in enum class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.ClientType
-
Use the Lettuce redis client.
- LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
LettuceClientConfiguration.LettuceClientConfigurationBuilderto fine-tune its auto-configuration before it creates theLettuceClientConfiguration. - LettuceClientOptionsBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
ClientOptions.Builderto fine-tune its auto-configuration before it creates theClientOptionsof theLettuceClientConfiguration. - LettuceObservationAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure.observation
-
Auto-configuration for Lettuce observability.
- LettuceObservationAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.observation.LettuceObservationAutoConfiguration
M
- Masterreplica() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Masterreplica
N
- Node(String, int) - Constructor for record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Creates an instance of a
Noderecord class.
O
- of(String, int) - Static method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
-
Creates a new instance with the given host and port.
- of(String, int, int) - Static method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
-
Creates a new instance with the given host, port and database.
- org.springframework.boot.data.redis.autoconfigure - package org.springframework.boot.data.redis.autoconfigure
-
Auto-configuration for Spring Data Redis.
- org.springframework.boot.data.redis.autoconfigure.health - package org.springframework.boot.data.redis.autoconfigure.health
-
Auto-configuration for Spring Data Redis health.
- org.springframework.boot.data.redis.autoconfigure.observation - package org.springframework.boot.data.redis.autoconfigure.observation
-
Auto-configuration for Spring Data Redis observation.
- org.springframework.boot.data.redis.health - package org.springframework.boot.data.redis.health
-
Redis health integration using Spring Data Redis.
P
- Pool() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- port() - Method in record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Returns the value of the
portrecord component.
R
- Refresh() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
S
- Sentinel() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- setAdaptive(boolean) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
- setBundle(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Ssl
- setClientName(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setClientType(DataRedisProperties.ClientType) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setCluster(DataRedisProperties.Cluster) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setConnectTimeout(Duration) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setDatabase(int) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setDynamicRefreshSources(boolean) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
- setEnabled(boolean) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Ssl
- setEnabled(Boolean) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- setHost(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setMaster(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- setMasterreplica(DataRedisProperties.Masterreplica) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setMaxActive(int) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- setMaxIdle(int) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- setMaxRedirects(Integer) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- setMaxWait(Duration) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- setMinIdle(int) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- setNodes(List) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- setNodes(List) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Masterreplica
- setNodes(List) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- setPassword(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- setPassword(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setPeriod(Duration) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster.Refresh
- setPort(int) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setReadFrom(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- setSentinel(DataRedisProperties.Sentinel) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setShutdownTimeout(Duration) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- setTimeBetweenEvictionRuns(Duration) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- setTimeout(Duration) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setUrl(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- setUsername(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Sentinel
- setUsername(String) - Method in class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties
- Ssl() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Ssl
T
- toString() - Method in record class org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Node
-
Returns a string representation of this record class.
V
- valueOf(String) - Static method in enum class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.ClientType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.ClientType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages