Uses of Interface
org.springframework.data.redis.connection.RedisClusterCommands
Packages that use RedisClusterCommands
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 RedisClusterCommands in org.springframework.data.redis.connection
Subinterfaces of RedisClusterCommands in org.springframework.data.redis.connectionModifier and TypeInterfaceDescriptioninterfaceinterfaceRedisClusterConnectionallows sending commands to dedicated nodes within the cluster. -
Uses of RedisClusterCommands in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement RedisClusterCommandsModifier and TypeClassDescriptionclassRedisClusterConnectionimplementation on top ofJedisCluster.
Uses the nativeJedisClusterapi where possible and falls back to direct node communication usingJediswhere needed. -
Uses of RedisClusterCommands in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement RedisClusterCommandsModifier and TypeClassDescriptionclassRedisClusterConnectionimplementation on top of Lettuce Redis client.