Uses of Interface
org.springframework.data.redis.connection.DefaultedRedisClusterConnection
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 DefaultedRedisClusterConnection in org.springframework.data.redis.connection
Modifier and TypeInterfaceDescriptioninterface
RedisClusterConnection
allows sending commands to dedicated nodes within the cluster. -
Uses of DefaultedRedisClusterConnection in org.springframework.data.redis.connection.jedis
Modifier 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
Modifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top of Lettuce Redis client.