Uses of Interface
org.springframework.data.redis.connection.DefaultedRedisConnection
Packages that use DefaultedRedisConnection
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of DefaultedRedisConnection in org.springframework.data.redis.connection
Subinterfaces of DefaultedRedisConnection in org.springframework.data.redis.connectionClasses in org.springframework.data.redis.connection that implement DefaultedRedisConnection -
Uses of DefaultedRedisConnection in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement DefaultedRedisConnectionModifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top ofJedisCluster
.
Uses the nativeJedisCluster
api where possible and falls back to direct node communication usingJedis
where needed.class
RedisConnection
implementation on top of Jedis library. -
Uses of DefaultedRedisConnection in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement DefaultedRedisConnection