Uses of Interface
org.springframework.data.redis.connection.RedisClusterConnection
Packages that use RedisClusterConnection
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.
Core package for integrating Redis with Spring concepts.
-
Uses of RedisClusterConnection in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisClusterConnectionModifier and TypeMethodDescriptionRedisConnectionFactory.getClusterConnection()
Returns a suitableconnection
for interacting with Redis Cluster. -
Uses of RedisClusterConnection in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement RedisClusterConnectionModifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top ofJedisCluster
.
Uses the nativeJedisCluster
api where possible and falls back to direct node communication usingJedis
where needed.Methods in org.springframework.data.redis.connection.jedis that return RedisClusterConnection -
Uses of RedisClusterConnection in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement RedisClusterConnectionModifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top of Lettuce Redis client.Methods in org.springframework.data.redis.connection.lettuce that return RedisClusterConnection -
Uses of RedisClusterConnection in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisClusterConnectionModifier and TypeMethodDescriptionRedisClusterCallback.doInRedis
(RedisClusterConnection connection) Gets called byClusterOperations
with an active Redis connection.