Uses of Interface
org.springframework.data.redis.connection.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
Modifier and TypeMethodDescriptionRedisConnectionFactory.getClusterConnection()
Provides a suitable connection for interacting with Redis Cluster. -
Uses of RedisClusterConnection 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 RedisClusterConnection in org.springframework.data.redis.connection.lettuce
Modifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top of Lettuce Redis client. -
Uses of RedisClusterConnection in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionRedisClusterCallback.doInRedis
(RedisClusterConnection connection) Gets called byClusterOperations
with an active Redis connection.