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 TypeClassDescriptionclassRedisClusterConnectionimplementation on top ofJedisCluster.
Uses the nativeJedisClusterapi where possible and falls back to direct node communication usingJediswhere needed. -
Uses of DefaultedRedisClusterConnection in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement DefaultedRedisClusterConnectionModifier and TypeClassDescriptionclassRedisClusterConnectionimplementation on top of Lettuce Redis client.