Uses of Interface
org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Packages that use DefaultedRedisClusterConnection
Package
Description
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of DefaultedRedisClusterConnection in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement DefaultedRedisClusterConnectionModifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top ofJedisCluster
.
Uses the nativeJedisCluster
api where possible and falls back to direct node communication usingJedis
where needed. -
Uses of DefaultedRedisClusterConnection in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement DefaultedRedisClusterConnectionModifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top of Lettuce Redis client.