Package org.springframework.data.redis.connection.lettuce
@NonNullApi
@NonNullFields
package org.springframework.data.redis.connection.lettuce
Connection package for Lettuce Redis client.
-
ClassDescriptionRedis client configuration for lettuce.Builder for SSL-related
LettuceClientConfiguration
.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
sRedis client configuration for lettuce using a driver level pooled connection by adding pooling specific configuration toLettuceClientConfiguration
.Message subscription on top of Lettuce.Factory interface to createRedisCredentialsProvider
from aRedisConfiguration
.Default anonymousRedisCredentials
without username/password.