Package org.springframework.data.redis.connection.lettuce
@NonNullApi
@NonNullFields
package org.springframework.data.redis.connection.lettuce
Connection package for Lettuce Redis client.
-
ClassDescriptionDeprecated.Deprecated.since 2.0, use pooling via
LettucePoolingClientConfiguration
.Redis client configuration for lettuce.Builder for SSL-relatedLettuceClientConfiguration
.RedisClusterConnection
implementation on top of Lettuce Redis client.Lettuce specific implementation ofClusterCommandExecutor.ClusterCommandCallback
.Lettuce specific implementation ofClusterCommandExecutor.MultiKeyClusterCommandCallback
.RedisConnection
implementation on top of Lettuce Redis client.Strategy interface to control pipelining flush behavior.State object associated with flushing of the currently ongoing pipeline.Connection factory creating Lettuce-based connections.Defines a provider for Lettuce connections.Extension toLettuceConnectionProvider
for providers that allow connection creation to specific nodes.Lettuce type convertersConverts Lettuce Exceptions toDataAccessException
sDeprecated.since 2.0, use pooling viaLettucePoolingClientConfiguration
.Redis client configuration for lettuce using a driver level pooled connection by adding pooling specific configuration toLettuceClientConfiguration
.Message subscription on top of Lettuce.
RedisURI.setPassword(String)