Package org.springframework.data.redis.connection.jedis
@NonNullApi
@NonNullFields
package org.springframework.data.redis.connection.jedis
Connection package for Jedis library.
-
ClassDescriptionRedis client configuration for jedis.Default
JedisClientConfiguration.JedisClientConfigurationBuilder
implementation to build an immutableJedisClientConfiguration
.Builder forJedisClientConfiguration
.Builder for Pooling-relatedJedisClientConfiguration
.Builder for SSL-relatedJedisClientConfiguration
.RedisClusterConnection
implementation on top ofJedisCluster
.
Uses the nativeJedisCluster
api where possible and falls back to direct node communication usingJedis
where needed.Jedis
specificClusterCommandExecutor.ClusterCommandCallback
.Jedis specific implementation ofClusterTopologyProvider
.Jedis
specificClusterCommandExecutor.MultiKeyClusterCommandCallback
.RedisConnection
implementation on top of Jedis library.Connection factory creating Jedis based connections.Converts Exceptions thrown from Jedis toDataAccessException
sConverts the value returned by Jedis script eval to the expectedReturnType