Uses of Interface
org.springframework.data.redis.connection.RedisClusterServerCommands
Packages that use RedisClusterServerCommands
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 RedisClusterServerCommands in org.springframework.data.redis.connection
Subinterfaces of RedisClusterServerCommands in org.springframework.data.redis.connectionModifier and TypeInterfaceDescriptioninterface
interface
RedisClusterConnection
allows sending commands to dedicated nodes within the cluster.Methods in org.springframework.data.redis.connection that return RedisClusterServerCommandsModifier and TypeMethodDescriptiondefault RedisClusterServerCommands
RedisClusterConnection.serverCommands()
-
Uses of RedisClusterServerCommands in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement RedisClusterServerCommandsModifier 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 RedisClusterServerCommands -
Uses of RedisClusterServerCommands in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement RedisClusterServerCommandsModifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top of Lettuce Redis client.Methods in org.springframework.data.redis.connection.lettuce that return RedisClusterServerCommands